#374718

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

Shades of Turtle Green #374718

Tints of Turtle Green #374718

Color information

#374718 (or 0x374718) is unknown color: approx Turtle Green. HEX triplet: 37, 47 and 18. RGB value is (55,71,24). Sum of RGB (Red+Green+Blue) = 55+71+24=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #374718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374718 is #C8B8E7. Grayscale: #3D3D3D. Windows color (decimal): -13154536 or 1591095. OLE color: 1591095.

HSL color Cylindrical-coordinate representation of color #374718: hue angle of 80.43º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374718 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB557124-
CMYK0.2300.660.72
HSL80.43º49.47%18.63%-
HSV(B)80.43º66.2%27.84%-
XYZ3.995.381.69-
YUV60.86107.2123.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 24 (9.77% from 255) = 16%
R=36.67%
G=47.33%
B=16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571240.2300.660.7280.4349.4718.63
Hex3747181704248503113
Octal67107302701021101206123
Binary11011110001111100010111010000101001000101000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374718; }

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

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

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

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

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

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

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

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