Html Css Color HEX #31440E Turtle Green

📋 copy color: '#31440E'

red 49 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #31440E

Tints of Turtle Green #31440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

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

R = 37.4%
G = 51.91%
B = 10.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#31440E (or 0x31440E) is known color: Turtle Green. HEX triplet: 31, 44 and 0E. RGB value is (49,68,14). Sum of RGB (Red+Green+Blue) = 49+68+14=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #31440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31440E is #CEBBF1. Grayscale: #383838. Windows color (decimal): -13548530 or 934961. OLE color: 934961.

HSL color Cylindrical-coordinate representation of color #31440E: hue angle of 81.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31440E is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 14 -
CMYK 0.28 0 0.79 0.73
HSL 81.11º 0.66% 0.16% -
HSV(B) 81.11º 0.79% 0.27% -
XYZ 3.41 4.82 1.17 -
YUV 56.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 49 68 14 0.28 0 0.79 0.73 81.11 0.66 0.16
Hex 31 44 E 1C 0 4F 49 51 42 10
Octal 61 104 16 34 0 117 111 121 102 20
Binary 110001 1000100 1110 11100 0 1001111 1001001 1010001 1000010 10000

Color Harmonies of #31440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31440E

Black with #31440E

Text Example


Text Example

White with #31440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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