Html Css Color HEX #315508 Turtle Green

📋 copy color: '#315508'

red 49 ◦ green 85 ◦ blue 8

#315508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #315508

Tints of Turtle Green #315508

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 value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#315508 (or 0x315508) is known color: 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

RGB 49 85 8 -
CMYK 0.42 0 0.91 0.67
HSL 88.05º 0.83% 0.18% -
HSV(B) 88.05º 0.91% 0.33% -
XYZ 4.56 7.17 1.37 -
YUV 65.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 49 85 8 0.42 0 0.91 0.67 88.05 0.83 0.18
Hex 31 55 8 2A 0 5B 43 58 53 12
Octal 61 125 10 52 0 133 103 130 123 22
Binary 110001 1010101 1000 101010 0 1011011 1000011 1011000 1010011 10010

Color Harmonies of #315508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315508

Black with #315508

Text Example


Text Example

White with #315508

Text Example


Text Example

HTML Codes & Css Web 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>