Html Css Color HEX #31350E Turtle Green

📋 copy color: '#31350E'

red 49 ◦ green 53 ◦ blue 14

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

Shades of Turtle Green #31350E

Tints of Turtle Green #31350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.07%

R = 42.24%
G = 45.69%
B = 12.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#31350E (or 0x31350E) is known color: Turtle Green. HEX triplet: 31, 35 and 0E. RGB value is (49,53,14). Sum of RGB (Red+Green+Blue) = 49+53+14=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #31350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350E is #CECAF1. Grayscale: #2F2F2F. Windows color (decimal): -13552370 or 931121. OLE color: 931121.

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

Color convert

RGB 49 53 14 -
CMYK 0.08 0 0.74 0.79
HSL 66.15º 0.58% 0.13% -
HSV(B) 66.15º 0.74% 0.21% -
XYZ 2.62 3.23 0.9 -
YUV 47.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 49 53 14 0.08 0 0.74 0.79 66.15 0.58 0.13
Hex 31 35 E 8 0 4A 4F 42 3A D
Octal 61 65 16 10 0 112 117 102 72 15
Binary 110001 110101 1110 1000 0 1001010 1001111 1000010 111010 1101

Color Harmonies of #31350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31350E

Black with #31350E

Text Example


Text Example

White with #31350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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