Html Css Color HEX #31460E Turtle Green

📋 copy color: '#31460E'

red 49 ◦ green 70 ◦ blue 14

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

Shades of Turtle Green #31460E

Tints of Turtle Green #31460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.63%

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

R = 36.84%
G = 52.63%
B = 10.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#31460E (or 0x31460E) is known color: Turtle Green. HEX triplet: 31, 46 and 0E. RGB value is (49,70,14). Sum of RGB (Red+Green+Blue) = 49+70+14=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #31460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31460E is #CEB9F1. Grayscale: #393939. Windows color (decimal): -13548018 or 935473. OLE color: 935473.

HSL color Cylindrical-coordinate representation of color #31460E: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31460E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 14 -
CMYK 0.30 0 0.80 0.73
HSL 82.5º 0.67% 0.16% -
HSV(B) 82.5º 0.8% 0.27% -
XYZ 3.54 5.06 1.21 -
YUV 57.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 49 70 14 0.30 0 0.80 0.73 82.5 0.67 0.16
Hex 31 46 E 1E 0 50 49 52 43 10
Octal 61 106 16 36 0 120 111 122 103 20
Binary 110001 1000110 1110 11110 0 1010000 1001001 1010010 1000011 10000

Color Harmonies of #31460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31460E

Black with #31460E

Text Example


Text Example

White with #31460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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