Html Css Color HEX #31371A Turtle Green

📋 copy color: '#31371A'

red 49 ◦ green 55 ◦ blue 26

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

Shades of Turtle Green #31371A

Tints of Turtle Green #31371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.31%

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

R = 37.69%
G = 42.31%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#31371A (or 0x31371A) is known color: Turtle Green. HEX triplet: 31, 37 and 1A. RGB value is (49,55,26). Sum of RGB (Red+Green+Blue) = 49+55+26=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #31371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371A is #CEC8E5. Grayscale: #323232. Windows color (decimal): -13551846 or 1718065. OLE color: 1718065.

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

Color convert

RGB 49 55 26 -
CMYK 0.11 0 0.53 0.78
HSL 72.41º 0.36% 0.16% -
HSV(B) 72.41º 0.53% 0.22% -
XYZ 2.82 3.46 1.5 -
YUV 49.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 49 55 26 0.11 0 0.53 0.78 72.41 0.36 0.16
Hex 31 37 1A B 0 35 4E 48 24 10
Octal 61 67 32 13 0 65 116 110 44 20
Binary 110001 110111 11010 1011 0 110101 1001110 1001000 100100 10000

Color Harmonies of #31371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31371A

Black with #31371A

Text Example


Text Example

White with #31371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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