Html Css Color HEX #31391A Turtle Green

📋 copy color: '#31391A'

red 49 ◦ green 57 ◦ blue 26

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

Shades of Turtle Green #31391A

Tints of Turtle Green #31391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.18%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 37.12%
G = 43.18%
B = 19.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#31391A (or 0x31391A) is known color: Turtle Green. HEX triplet: 31, 39 and 1A. RGB value is (49,57,26). Sum of RGB (Red+Green+Blue) = 49+57+26=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #31391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31391A is #CEC6E5. Grayscale: #333333. Windows color (decimal): -13551334 or 1718577. OLE color: 1718577.

HSL color Cylindrical-coordinate representation of color #31391A: hue angle of 75.48º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31391A is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 26 -
CMYK 0.14 0 0.54 0.78
HSL 75.48º 0.37% 0.16% -
HSV(B) 75.48º 0.54% 0.22% -
XYZ 2.92 3.65 1.53 -
YUV 51.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 49 57 26 0.14 0 0.54 0.78 75.48 0.37 0.16
Hex 31 39 1A E 0 36 4E 4B 25 10
Octal 61 71 32 16 0 66 116 113 45 20
Binary 110001 111001 11010 1110 0 110110 1001110 1001011 100101 10000

Color Harmonies of #31391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31391A

Black with #31391A

Text Example


Text Example

White with #31391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,57,26); }

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

background-color css

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

 a { background-color: rgb(49,57,26); }

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

border-color css

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

 span { border-color: rgb(49,57,26); }

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