#375012

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

Shades of Turtle Green #375012

Tints of Turtle Green #375012

Color information

#375012 (or 0x375012) is unknown color: approx Turtle Green. HEX triplet: 37, 50 and 12. RGB value is (55,80,18). Sum of RGB (Red+Green+Blue) = 55+80+18=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #375012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375012 is #C8AFED. Grayscale: #414141. Windows color (decimal): -13152238 or 1200183. OLE color: 1200183.

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

Color convert

RGB558018-
CMYK0.3100.780.69
HSL84.19º63.27%19.22%-
HSV(B)84.19º77.5%31.37%-
XYZ4.556.591.6-
YUV65.46101.22120.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=35.95%
G=52.29%
B=11.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580180.3100.780.6984.1963.2719.22
Hex3750121F04E45543f13
Octal67120223701161051247723
Binary11011110100001001011111010011101000101101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375012; }

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

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

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

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

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

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

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

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