#374420

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

Shades of Turtle Green #374420

Tints of Turtle Green #374420

Color information

#374420 (or 0x374420) is unknown color: approx Turtle Green. HEX triplet: 37, 44 and 20. RGB value is (55,68,32). Sum of RGB (Red+Green+Blue) = 55+68+32=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #374420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374420 is #C8BBDF. Grayscale: #3C3C3C. Windows color (decimal): -13155296 or 2114615. OLE color: 2114615.

HSL color Cylindrical-coordinate representation of color #374420: hue angle of 81.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374420 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB556832-
CMYK0.1900.530.73
HSL81.67º36%19.61%-
HSV(B)81.67º52.94%26.67%-
XYZ3.95.052.14-
YUV60.01112.19124.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=35.48%
G=43.87%
B=20.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5568320.1900.530.7381.673619.61
Hex3744201303549522414
Octal6710440230651111224424
Binary11011110001001000001001101101011001001101001010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374420; }

 p { color: rgb(55,68,32); }

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

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

 a { background-color: rgb(55,68,32); }

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

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

 span { border-color: rgb(55,68,32); }

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