#374913

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

Shades of Turtle Green #374913

Tints of Turtle Green #374913

Color information

#374913 (or 0x374913) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 13. RGB value is (55,73,19). Sum of RGB (Red+Green+Blue) = 55+73+19=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #374913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374913 is #C8B6EC. Grayscale: #3D3D3D. Windows color (decimal): -13154029 or 1263927. OLE color: 1263927.

HSL color Cylindrical-coordinate representation of color #374913: hue angle of 80º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374913 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB557319-
CMYK0.2500.740.71
HSL80º58.7%18.04%-
HSV(B)80º73.97%28.63%-
XYZ4.085.621.49-
YUV61.46104.04123.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=37.41%
G=49.66%
B=12.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573190.2500.740.718058.718.04
Hex3749131904A47503b12
Octal67111233101121071207322
Binary11011110010011001111001010010101000111101000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374913; }

 p { color: rgb(55,73,19); }

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

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

 a { background-color: rgb(55,73,19); }

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

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

 span { border-color: rgb(55,73,19); }

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