Html Css Color HEX #31500B Turtle Green

📋 copy color: '#31500B'

red 49 ◦ green 80 ◦ blue 11

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

Shades of Turtle Green #31500B

Tints of Turtle Green #31500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.14%

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 35%
G = 57.14%
B = 7.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#31500B (or 0x31500B) is known color: Turtle Green. HEX triplet: 31, 50 and 0B. RGB value is (49,80,11). Sum of RGB (Red+Green+Blue) = 49+80+11=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #31500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31500B is #CEAFF4. Grayscale: #3F3F3F. Windows color (decimal): -13545461 or 741425. OLE color: 741425.

HSL color Cylindrical-coordinate representation of color #31500B: hue angle of 86.96º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31500B is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 11 -
CMYK 0.39 0 0.86 0.69
HSL 86.96º 0.76% 0.18% -
HSV(B) 86.96º 0.86% 0.31% -
XYZ 4.2 6.41 1.33 -
YUV 62.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 49 80 11 0.39 0 0.86 0.69 86.96 0.76 0.18
Hex 31 50 B 27 0 56 45 57 4C 12
Octal 61 120 13 47 0 126 105 127 114 22
Binary 110001 1010000 1011 100111 0 1010110 1000101 1010111 1001100 10010

Color Harmonies of #31500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31500B

Black with #31500B

Text Example


Text Example

White with #31500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31500B; }

 p { color: rgb(49,80,11); }

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

background-color css

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

 a { background-color: rgb(49,80,11); }

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

border-color css

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

 span { border-color: rgb(49,80,11); }

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