Html Css Color HEX #31480D Turtle Green

📋 copy color: '#31480D'

red 49 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #31480D

Tints of Turtle Green #31480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.73%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 36.57%
G = 53.73%
B = 9.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#31480D (or 0x31480D) is known color: Turtle Green. HEX triplet: 31, 48 and 0D. RGB value is (49,72,13). Sum of RGB (Red+Green+Blue) = 49+72+13=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #31480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480D is #CEB7F2. Grayscale: #3A3A3A. Windows color (decimal): -13547507 or 870449. OLE color: 870449.

HSL color Cylindrical-coordinate representation of color #31480D: hue angle of 83.39º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31480D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 13 -
CMYK 0.32 0 0.82 0.72
HSL 83.39º 0.69% 0.17% -
HSV(B) 83.39º 0.82% 0.28% -
XYZ 3.66 5.32 1.21 -
YUV 58.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 49 72 13 0.32 0 0.82 0.72 83.39 0.69 0.17
Hex 31 48 D 20 0 52 48 53 45 11
Octal 61 110 15 40 0 122 110 123 105 21
Binary 110001 1001000 1101 100000 0 1010010 1001000 1010011 1000101 10001

Color Harmonies of #31480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31480D

Black with #31480D

Text Example


Text Example

White with #31480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31480D; }

 p { color: rgb(49,72,13); }

 H1.HeaderClassName
 {
   color: #31480D;
 }
 .AnyTagClassName
 {
   color: #31480D;
 }
</style>

background-color css

<style>
 a { background-color: #31480D; }

 a { background-color: rgb(49,72,13); }

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

border-color css

<style>
 span { border-color: #31480D; }

 span { border-color: rgb(49,72,13); }

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