#374818

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

Shades of Turtle Green #374818

Tints of Turtle Green #374818

Color information

#374818 (or 0x374818) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 18. RGB value is (55,72,24). Sum of RGB (Red+Green+Blue) = 55+72+24=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #374818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374818 is #C8B7E7. Grayscale: #3D3D3D. Windows color (decimal): -13154280 or 1591351. OLE color: 1591351.

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

Color convert

RGB557224-
CMYK0.2400.670.72
HSL81.25º50%18.82%-
HSV(B)81.25º66.67%28.24%-
XYZ4.065.511.71-
YUV61.44106.87123.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 72 (28.52% from 255) = 47.68%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=36.42%
G=47.68%
B=15.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572240.2400.670.7281.255018.82
Hex3748181804348513213
Octal67110303001031101216223
Binary11011110010001100011000010000111001000101000111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374818; }

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

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

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

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

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

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

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

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