#315508

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

Shades of Turtle Green #315508

Tints of Turtle Green #315508

Color information

#315508 (or 0x315508) is unknown color: approx Turtle Green. HEX triplet: 31, 55 and 08. RGB value is (49,85,8). Sum of RGB (Red+Green+Blue) = 49+85+8=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #315508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315508 is #CEAAF7. Grayscale: #414141. Windows color (decimal): -13544184 or 546097. OLE color: 546097.

HSL color Cylindrical-coordinate representation of color #315508: hue angle of 88.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #315508 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB49858-
CMYK0.4200.910.67
HSL88.05º82.8%18.24%-
HSV(B)88.05º90.59%33.33%-
XYZ4.567.171.37-
YUV65.4695.57116.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=34.51%
G=59.86%
B=5.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal498580.4200.910.6788.0582.818.24
Hex315582A05B43585312
Octal611251052013310313012322
Binary110001101010110001010100101101110000111011000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315508; }

 p { color: rgb(49,85,8); }

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

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

 a { background-color: rgb(49,85,8); }

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

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

 span { border-color: rgb(49,85,8); }

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