#374915

Color #374915 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #374915

Tints of Turtle Green #374915

Color information

#374915 (or 0x374915) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 15. RGB value is (55,73,21). Sum of RGB (Red+Green+Blue) = 55+73+21=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #374915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374915 is #C8B6EA. Grayscale: #3D3D3D. Windows color (decimal): -13154027 or 1394999. OLE color: 1394999.

HSL color Cylindrical-coordinate representation of color #374915: hue angle of 80.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374915 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB557321-
CMYK0.2500.710.71
HSL80.77º55.32%18.43%-
HSV(B)80.77º71.23%28.63%-
XYZ4.095.631.58-
YUV61.69105.04123.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=36.91%
G=48.99%
B=14.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573210.2500.710.7180.7755.3218.43
Hex3749151904747513712
Octal67111253101071071216722
Binary11011110010011010111001010001111000111101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374915; }

 p { color: rgb(55,73,21); }

 H1.HeaderClassName
 {
   color: #374915;
 }
 .AnyTagClassName
 {
   color: #374915;
 }
</style>
background-color css

<style>
 a { background-color: #374915; }

 a { background-color: rgb(55,73,21); }

 div.DivClassName
 {
   background-color: #374915;
 }
 .BgClassName
 {
   background-color: #374915;
 }
</style>
border-color css

<style>
 span { border-color: #374915; }

 span { border-color: rgb(55,73,21); }

 td.TdClassName
 {
   border-color: #374915;
 }
 .TagClassName
 {
   border-color: #374915;
 }
</style>