#375015

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

Shades of Turtle Green #375015

Tints of Turtle Green #375015

Color information

#375015 (or 0x375015) is unknown color: approx Turtle Green. HEX triplet: 37, 50 and 15. RGB value is (55,80,21). Sum of RGB (Red+Green+Blue) = 55+80+21=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #375015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375015 is #C8AFEA. Grayscale: #424242. Windows color (decimal): -13152235 or 1396791. OLE color: 1396791.

HSL color Cylindrical-coordinate representation of color #375015: hue angle of 85.42º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375015 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB558021-
CMYK0.3100.740.69
HSL85.42º58.42%19.8%-
HSV(B)85.42º73.75%31.37%-
XYZ4.586.61.74-
YUV65.8102.72120.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=35.26%
G=51.28%
B=13.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580210.3100.740.6985.4258.4219.8
Hex3750151F04A45553a14
Octal67120253701121051257224
Binary11011110100001010111111010010101000101101010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375015; }

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

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

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

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

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

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

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

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