Html Css Color HEX #31350C Turtle Green

📋 copy color: '#31350C'

red 49 ◦ green 53 ◦ blue 12

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

Shades of Turtle Green #31350C

Tints of Turtle Green #31350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 42.98%
G = 46.49%
B = 10.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#31350C (or 0x31350C) is known color: Turtle Green. HEX triplet: 31, 35 and 0C. RGB value is (49,53,12). Sum of RGB (Red+Green+Blue) = 49+53+12=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #31350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350C is #CECAF3. Grayscale: #2F2F2F. Windows color (decimal): -13552372 or 800049. OLE color: 800049.

HSL color Cylindrical-coordinate representation of color #31350C: hue angle of 65.85º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31350C is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 12 -
CMYK 0.08 0 0.77 0.79
HSL 65.85º 0.63% 0.13% -
HSV(B) 65.85º 0.77% 0.21% -
XYZ 2.61 3.23 0.83 -
YUV 47.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 49 53 12 0.08 0 0.77 0.79 65.85 0.63 0.13
Hex 31 35 C 8 0 4D 4F 42 3F D
Octal 61 65 14 10 0 115 117 102 77 15
Binary 110001 110101 1100 1000 0 1001101 1001111 1000010 111111 1101

Color Harmonies of #31350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31350C

Black with #31350C

Text Example


Text Example

White with #31350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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