Html Css Color HEX #313808 Turtle Green

📋 copy color: '#313808'

red 49 ◦ green 56 ◦ blue 8

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

Shades of Turtle Green #313808

Tints of Turtle Green #313808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.56%

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

R = 43.36%
G = 49.56%
B = 7.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#313808 (or 0x313808) is known color: Turtle Green. HEX triplet: 31, 38 and 08. RGB value is (49,56,8). Sum of RGB (Red+Green+Blue) = 49+56+8=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #313808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313808 is #CEC7F7. Grayscale: #303030. Windows color (decimal): -13551608 or 538673. OLE color: 538673.

HSL color Cylindrical-coordinate representation of color #313808: hue angle of 68.75º 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 #313808 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 8 -
CMYK 0.12 0 0.86 0.78
HSL 68.75º 0.75% 0.13% -
HSV(B) 68.75º 0.86% 0.22% -
XYZ 2.72 3.5 0.76 -
YUV 48.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 49 56 8 0.12 0 0.86 0.78 68.75 0.75 0.13
Hex 31 38 8 C 0 56 4E 45 4B D
Octal 61 70 10 14 0 126 116 105 113 15
Binary 110001 111000 1000 1100 0 1010110 1001110 1000101 1001011 1101

Color Harmonies of #313808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313808

Black with #313808

Text Example


Text Example

White with #313808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313808; }

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

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

background-color css

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

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

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

border-color css

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

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

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