Html Css Color HEX #31520E Turtle Green

📋 copy color: '#31520E'

red 49 ◦ green 82 ◦ blue 14

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

Shades of Turtle Green #31520E

Tints of Turtle Green #31520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.55%

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

R = 33.79%
G = 56.55%
B = 9.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#31520E (or 0x31520E) is known color: Turtle Green. HEX triplet: 31, 52 and 0E. RGB value is (49,82,14). Sum of RGB (Red+Green+Blue) = 49+82+14=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #31520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31520E is #CEADF1. Grayscale: #404040. Windows color (decimal): -13544946 or 938545. OLE color: 938545.

HSL color Cylindrical-coordinate representation of color #31520E: hue angle of 89.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31520E is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 14 -
CMYK 0.40 0 0.83 0.68
HSL 89.12º 0.71% 0.19% -
HSV(B) 89.12º 0.83% 0.32% -
XYZ 4.36 6.72 1.48 -
YUV 64.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 49 82 14 0.40 0 0.83 0.68 89.12 0.71 0.19
Hex 31 52 E 28 0 53 44 59 47 13
Octal 61 122 16 50 0 123 104 131 107 23
Binary 110001 1010010 1110 101000 0 1010011 1000100 1011001 1000111 10011

Color Harmonies of #31520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31520E

Black with #31520E

Text Example


Text Example

White with #31520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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