Html Css Color HEX #31510B Turtle Green

📋 copy color: '#31510B'

red 49 ◦ green 81 ◦ blue 11

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

Shades of Turtle Green #31510B

Tints of Turtle Green #31510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.45%

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

R = 34.75%
G = 57.45%
B = 7.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#31510B (or 0x31510B) is known color: Turtle Green. HEX triplet: 31, 51 and 0B. RGB value is (49,81,11). Sum of RGB (Red+Green+Blue) = 49+81+11=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #31510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31510B is #CEAEF4. Grayscale: #3F3F3F. Windows color (decimal): -13545205 or 741681. OLE color: 741681.

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

Color convert

RGB 49 81 11 -
CMYK 0.40 0 0.86 0.68
HSL 87.43º 0.76% 0.18% -
HSV(B) 87.43º 0.86% 0.32% -
XYZ 4.27 6.56 1.36 -
YUV 63.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 49 81 11 0.40 0 0.86 0.68 87.43 0.76 0.18
Hex 31 51 B 28 0 56 44 57 4C 12
Octal 61 121 13 50 0 126 104 127 114 22
Binary 110001 1010001 1011 101000 0 1010110 1000100 1010111 1001100 10010

Color Harmonies of #31510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31510B

Black with #31510B

Text Example


Text Example

White with #31510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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