Html Css Color HEX #313712 Turtle Green

📋 copy color: '#313712'

red 49 ◦ green 55 ◦ blue 18

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

Shades of Turtle Green #313712

Tints of Turtle Green #313712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.08%

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

R = 40.16%
G = 45.08%
B = 14.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#313712 (or 0x313712) is known color: Turtle Green. HEX triplet: 31, 37 and 12. RGB value is (49,55,18). Sum of RGB (Red+Green+Blue) = 49+55+18=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #313712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313712 is #CEC8ED. Grayscale: #313131. Windows color (decimal): -13551854 or 1193777. OLE color: 1193777.

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

Color convert

RGB 49 55 18 -
CMYK 0.11 0 0.67 0.78
HSL 69.73º 0.51% 0.14% -
HSV(B) 69.73º 0.67% 0.22% -
XYZ 2.74 3.43 1.09 -
YUV 48.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 49 55 18 0.11 0 0.67 0.78 69.73 0.51 0.14
Hex 31 37 12 B 0 43 4E 46 33 E
Octal 61 67 22 13 0 103 116 106 63 16
Binary 110001 110111 10010 1011 0 1000011 1001110 1000110 110011 1110

Color Harmonies of #313712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313712

Black with #313712

Text Example


Text Example

White with #313712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313712; }

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

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

background-color css

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

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

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

border-color css

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

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

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