#374D18

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

Shades of Turtle Green #374D18

Tints of Turtle Green #374D18

Color information

#374D18 (or 0x374D18) is unknown color: approx Turtle Green. HEX triplet: 37, 4D and 18. RGB value is (55,77,24). Sum of RGB (Red+Green+Blue) = 55+77+24=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #374D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D18 is #C8B2E7. Grayscale: #404040. Windows color (decimal): -13153000 or 1592631. OLE color: 1592631.

HSL color Cylindrical-coordinate representation of color #374D18: hue angle of 84.91º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374D18 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB557724-
CMYK0.2900.690.70
HSL84.91º52.48%19.8%-
HSV(B)84.91º68.83%30.2%-
XYZ4.396.191.83-
YUV64.38105.21121.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=35.26%
G=49.36%
B=15.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577240.2900.690.7084.9152.4819.8
Hex374D181D04546553414
Octal67115303501051061256424
Binary11011110011011100011101010001011000110101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D18; }

 p { color: rgb(55,77,24); }

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

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

 a { background-color: rgb(55,77,24); }

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

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

 span { border-color: rgb(55,77,24); }

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