Html Css Color HEX #31400E Turtle Green

📋 copy color: '#31400E'

red 49 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #31400E

Tints of Turtle Green #31400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

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

R = 38.58%
G = 50.39%
B = 11.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#31400E (or 0x31400E) is known color: Turtle Green. HEX triplet: 31, 40 and 0E. RGB value is (49,64,14). Sum of RGB (Red+Green+Blue) = 49+64+14=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #31400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400E is #CEBFF1. Grayscale: #353535. Windows color (decimal): -13549554 or 933937. OLE color: 933937.

HSL color Cylindrical-coordinate representation of color #31400E: hue angle of 78º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31400E is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 14 -
CMYK 0.23 0 0.78 0.75
HSL 78º 0.64% 0.15% -
HSV(B) 78º 0.78% 0.25% -
XYZ 3.18 4.35 1.09 -
YUV 53.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 49 64 14 0.23 0 0.78 0.75 78 0.64 0.15
Hex 31 40 E 17 0 4E 4B 4E 40 F
Octal 61 100 16 27 0 116 113 116 100 17
Binary 110001 1000000 1110 10111 0 1001110 1001011 1001110 1000000 1111

Color Harmonies of #31400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31400E

Black with #31400E

Text Example


Text Example

White with #31400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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