#374205

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

Shades of Turtle Green #374205

Tints of Turtle Green #374205

Color information

#374205 (or 0x374205) is unknown color: approx Turtle Green. HEX triplet: 37, 42 and 05. RGB value is (55,66,5). Sum of RGB (Red+Green+Blue) = 55+66+5=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #374205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374205 is #C8BDFA. Grayscale: #373737. Windows color (decimal): -13155835 or 344631. OLE color: 344631.

HSL color Cylindrical-coordinate representation of color #374205: hue angle of 70.82º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #374205 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB55665-
CMYK0.1700.920.74
HSL70.82º85.92%13.92%-
HSV(B)70.82º92.42%25.88%-
XYZ3.554.720.87-
YUV55.7699.36127.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=43.65%
G=52.38%
B=3.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal556650.1700.920.7470.8285.9213.92
Hex374251105C4A4756e
Octal67102521013411210712616
Binary110111100001010110001010111001001010100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374205; }

 p { color: rgb(55,66,5); }

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

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

 a { background-color: rgb(55,66,5); }

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

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

 span { border-color: rgb(55,66,5); }

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