#374810

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

Shades of Turtle Green #374810

Tints of Turtle Green #374810

Color information

#374810 (or 0x374810) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 10. RGB value is (55,72,16). Sum of RGB (Red+Green+Blue) = 55+72+16=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #374810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374810 is #C8B7EF. Grayscale: #3C3C3C. Windows color (decimal): -13154288 or 1067063. OLE color: 1067063.

HSL color Cylindrical-coordinate representation of color #374810: hue angle of 78.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374810 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB557216-
CMYK0.2400.780.72
HSL78.21º63.64%17.25%-
HSV(B)78.21º77.78%28.24%-
XYZ3.995.481.34-
YUV60.53102.87124.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=38.46%
G=50.35%
B=11.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572160.2400.780.7278.2163.6417.25
Hex3748101804E484e4011
Octal671102030011611011610021
Binary110111100100010000110000100111010010001001110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374810; }

 p { color: rgb(55,72,16); }

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

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

 a { background-color: rgb(55,72,16); }

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

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

 span { border-color: rgb(55,72,16); }

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