Html Css Color HEX #313908 Turtle Green

📋 copy color: '#313908'

red 49 ◦ green 57 ◦ blue 8

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

Shades of Turtle Green #313908

Tints of Turtle Green #313908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

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

R = 42.98%
G = 50%
B = 7.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#313908 (or 0x313908) is known color: Turtle Green. HEX triplet: 31, 39 and 08. RGB value is (49,57,8). Sum of RGB (Red+Green+Blue) = 49+57+8=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #313908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313908 is #CEC6F7. Grayscale: #313131. Windows color (decimal): -13551352 or 538929. OLE color: 538929.

HSL color Cylindrical-coordinate representation of color #313908: hue angle of 69.8º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #313908 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 8 -
CMYK 0.14 0 0.86 0.78
HSL 69.8º 0.75% 0.13% -
HSV(B) 69.8º 0.86% 0.22% -
XYZ 2.77 3.6 0.78 -
YUV 49.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 49 57 8 0.14 0 0.86 0.78 69.8 0.75 0.13
Hex 31 39 8 E 0 56 4E 46 4B D
Octal 61 71 10 16 0 126 116 106 113 15
Binary 110001 111001 1000 1110 0 1010110 1001110 1000110 1001011 1101

Color Harmonies of #313908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313908

Black with #313908

Text Example


Text Example

White with #313908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313908; }

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

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

background-color css

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

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

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

border-color css

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

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

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