#375010

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

Shades of Turtle Green #375010

Tints of Turtle Green #375010

Color information

#375010 (or 0x375010) is unknown color: approx Turtle Green. HEX triplet: 37, 50 and 10. RGB value is (55,80,16). Sum of RGB (Red+Green+Blue) = 55+80+16=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #375010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375010 is #C8AFEF. Grayscale: #414141. Windows color (decimal): -13152240 or 1069111. OLE color: 1069111.

HSL color Cylindrical-coordinate representation of color #375010: hue angle of 83.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #375010 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB558016-
CMYK0.3100.800.69
HSL83.44º66.67%18.82%-
HSV(B)83.44º80%31.37%-
XYZ4.546.591.52-
YUV65.23100.22120.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=36.42%
G=52.98%
B=10.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580160.3100.800.6983.4466.6718.82
Hex3750101F05045534313
Octal671202037012010512310323
Binary110111101000010000111110101000010001011010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375010; }

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

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

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

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

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

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

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

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