#374119

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

Shades of Turtle Green #374119

Tints of Turtle Green #374119

Color information

#374119 (or 0x374119) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 19. RGB value is (55,65,25). Sum of RGB (Red+Green+Blue) = 55+65+25=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #374119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374119 is #C8BEE6. Grayscale: #393939. Windows color (decimal): -13156071 or 1655095. OLE color: 1655095.

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

Color convert

RGB556525-
CMYK0.1500.620.75
HSL75º44.44%17.65%-
HSV(B)75º61.54%25.49%-
XYZ3.644.661.63-
YUV57.45109.69126.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=37.93%
G=44.83%
B=17.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565250.1500.620.757544.4417.65
Hex374119F03E4B4b2c12
Octal6710131170761131135422
Binary110111100000111001111101111101001011100101110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374119; }

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

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

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

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

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

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

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

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