Html Css Color HEX #31530E Turtle Green

📋 copy color: '#31530E'

red 49 ◦ green 83 ◦ blue 14

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

Shades of Turtle Green #31530E

Tints of Turtle Green #31530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.85%

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

R = 33.56%
G = 56.85%
B = 9.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#31530E (or 0x31530E) is known color: Turtle Green. HEX triplet: 31, 53 and 0E. RGB value is (49,83,14). Sum of RGB (Red+Green+Blue) = 49+83+14=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #31530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31530E is #CEACF1. Grayscale: #414141. Windows color (decimal): -13544690 or 938801. OLE color: 938801.

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

Color convert

RGB 49 83 14 -
CMYK 0.41 0 0.83 0.67
HSL 89.57º 0.71% 0.19% -
HSV(B) 89.57º 0.83% 0.33% -
XYZ 4.44 6.87 1.51 -
YUV 64.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 49 83 14 0.41 0 0.83 0.67 89.57 0.71 0.19
Hex 31 53 E 29 0 53 43 5A 47 13
Octal 61 123 16 51 0 123 103 132 107 23
Binary 110001 1010011 1110 101001 0 1010011 1000011 1011010 1000111 10011

Color Harmonies of #31530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31530E

Black with #31530E

Text Example


Text Example

White with #31530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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