Html Css Color HEX #313508 Turtle Green

📋 copy color: '#313508'

red 49 ◦ green 53 ◦ blue 8

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

Shades of Turtle Green #313508

Tints of Turtle Green #313508

RGB

 RED value IS 49 (19.53% from 255) = 44.55%

 GREEN value IS 53 (21.09% from 255) = 48.18%

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 44.55%
G = 48.18%
B = 7.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#313508 (or 0x313508) is known color: Turtle Green. HEX triplet: 31, 35 and 08. RGB value is (49,53,8). Sum of RGB (Red+Green+Blue) = 49+53+8=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #313508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313508 is #CECAF7. Grayscale: #2E2E2E. Windows color (decimal): -13552376 or 537905. OLE color: 537905.

HSL color Cylindrical-coordinate representation of color #313508: hue angle of 65.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #313508 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 8 -
CMYK 0.08 0 0.85 0.79
HSL 65.33º 0.74% 0.12% -
HSV(B) 65.33º 0.85% 0.21% -
XYZ 2.58 3.22 0.71 -
YUV 46.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 49 53 8 0.08 0 0.85 0.79 65.33 0.74 0.12
Hex 31 35 8 8 0 55 4F 41 4A C
Octal 61 65 10 10 0 125 117 101 112 14
Binary 110001 110101 1000 1000 0 1010101 1001111 1000001 1001010 1100

Color Harmonies of #313508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313508

Black with #313508

Text Example


Text Example

White with #313508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313508; }

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

 H1.HeaderClassName
 {
   color: #313508;
 }
 .AnyTagClassName
 {
   color: #313508;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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