#374118

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

Shades of Turtle Green #374118

Tints of Turtle Green #374118

Color information

#374118 (or 0x374118) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 18. RGB value is (55,65,24). Sum of RGB (Red+Green+Blue) = 55+65+24=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #374118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374118 is #C8BEE7. Grayscale: #393939. Windows color (decimal): -13156072 or 1589559. OLE color: 1589559.

HSL color Cylindrical-coordinate representation of color #374118: hue angle of 74.63º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374118 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB556524-
CMYK0.1500.630.75
HSL74.63º46.07%17.45%-
HSV(B)74.63º63.08%25.49%-
XYZ3.634.661.57-
YUV57.34109.19126.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=38.19%
G=45.14%
B=16.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565240.1500.630.7574.6346.0717.45
Hex374118F03F4B4b2e11
Octal6710130170771131135621
Binary110111100000111000111101111111001011100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374118; }

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

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

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

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

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

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

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

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