#374713

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

Shades of Turtle Green #374713

Tints of Turtle Green #374713

Color information

#374713 (or 0x374713) is unknown color: approx Turtle Green. HEX triplet: 37, 47 and 13. RGB value is (55,71,19). Sum of RGB (Red+Green+Blue) = 55+71+19=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #374713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374713 is #C8B8EC. Grayscale: #3C3C3C. Windows color (decimal): -13154541 or 1263415. OLE color: 1263415.

HSL color Cylindrical-coordinate representation of color #374713: hue angle of 78.46º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374713 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB557119-
CMYK0.2300.730.72
HSL78.46º57.78%17.65%-
HSV(B)78.46º73.24%27.84%-
XYZ3.955.371.44-
YUV60.29104.7124.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=37.93%
G=48.97%
B=13.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571190.2300.730.7278.4657.7817.65
Hex37471317049484e3a12
Octal67107232701111101167222
Binary11011110001111001110111010010011001000100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374713; }

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

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

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

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

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

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

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

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