Html Css Color HEX #31400A Turtle Green

📋 copy color: '#31400A'

red 49 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #31400A

Tints of Turtle Green #31400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 39.84%
G = 52.03%
B = 8.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#31400A (or 0x31400A) is known color: Turtle Green. HEX triplet: 31, 40 and 0A. RGB value is (49,64,10). Sum of RGB (Red+Green+Blue) = 49+64+10=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #31400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400A is #CEBFF5. Grayscale: #353535. Windows color (decimal): -13549558 or 671793. OLE color: 671793.

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

Color convert

RGB 49 64 10 -
CMYK 0.23 0 0.84 0.75
HSL 76.67º 0.73% 0.15% -
HSV(B) 76.67º 0.84% 0.25% -
XYZ 3.15 4.34 0.96 -
YUV 53.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 49 64 10 0.23 0 0.84 0.75 76.67 0.73 0.15
Hex 31 40 A 17 0 54 4B 4D 49 F
Octal 61 100 12 27 0 124 113 115 111 17
Binary 110001 1000000 1010 10111 0 1010100 1001011 1001101 1001001 1111

Color Harmonies of #31400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31400A

Black with #31400A

Text Example


Text Example

White with #31400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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