Html Css Color HEX #313912 Turtle Green

📋 copy color: '#313912'

red 49 ◦ green 57 ◦ blue 18

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

Shades of Turtle Green #313912

Tints of Turtle Green #313912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 39.52%
G = 45.97%
B = 14.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#313912 (or 0x313912) is known color: Turtle Green. HEX triplet: 31, 39 and 12. RGB value is (49,57,18). Sum of RGB (Red+Green+Blue) = 49+57+18=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #313912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313912 is #CEC6ED. Grayscale: #323232. Windows color (decimal): -13551342 or 1194289. OLE color: 1194289.

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

Color convert

RGB 49 57 18 -
CMYK 0.14 0 0.68 0.78
HSL 72.31º 0.52% 0.15% -
HSV(B) 72.31º 0.68% 0.22% -
XYZ 2.84 3.62 1.12 -
YUV 50.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 49 57 18 0.14 0 0.68 0.78 72.31 0.52 0.15
Hex 31 39 12 E 0 44 4E 48 34 F
Octal 61 71 22 16 0 104 116 110 64 17
Binary 110001 111001 10010 1110 0 1000100 1001110 1001000 110100 1111

Color Harmonies of #313912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313912

Black with #313912

Text Example


Text Example

White with #313912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313912; }

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

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

background-color css

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

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

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

border-color css

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

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

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