#374616

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

Shades of Turtle Green #374616

Tints of Turtle Green #374616

Color information

#374616 (or 0x374616) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 16. RGB value is (55,70,22). Sum of RGB (Red+Green+Blue) = 55+70+22=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #374616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374616 is #C8B9E9. Grayscale: #3C3C3C. Windows color (decimal): -13154794 or 1459767. OLE color: 1459767.

HSL color Cylindrical-coordinate representation of color #374616: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374616 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB557022-
CMYK0.2100.690.73
HSL78.75º52.17%18.04%-
HSV(B)78.75º68.57%27.45%-
XYZ3.915.251.57-
YUV60.04106.53124.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 70 (27.73% from 255) = 47.62%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=37.41%
G=47.62%
B=14.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570220.2100.690.7378.7552.1718.04
Hex37461615045494f3412
Octal67106262501051111176422
Binary11011110001101011010101010001011001001100111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374616; }

 p { color: rgb(55,70,22); }

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

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

 a { background-color: rgb(55,70,22); }

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

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

 span { border-color: rgb(55,70,22); }

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