#374200

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

Shades of Turtle Green #374200

Tints of Turtle Green #374200

Color information

#374200 (or 0x374200) is unknown color: approx Turtle Green. HEX triplet: 37, 42 and 00. RGB value is (55,66,0). Sum of RGB (Red+Green+Blue) = 55+66+0=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #374200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374200 is #C8BDFF. Grayscale: #373737. Windows color (decimal): -13155840 or 16951. OLE color: 16951.

HSL color Cylindrical-coordinate representation of color #374200: hue angle of 70º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB55660-
CMYK0.17010.74
HSL70º100%12.94%-
HSV(B)70º100%25.88%-
XYZ3.524.710.72-
YUV55.1996.86127.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.45%
G=54.55%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal556600.17010.747010012.94
Hex37420110644A4664d
Octal67102021014411210614415
Binary1101111000010010001011001001001010100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374200; }

 p { color: rgb(55,66,0); }

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

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

 a { background-color: rgb(55,66,0); }

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

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

 span { border-color: rgb(55,66,0); }

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