Html Css Color HEX #31371C Turtle Green

📋 copy color: '#31371C'

red 49 ◦ green 55 ◦ blue 28

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

Shades of Turtle Green #31371C

Tints of Turtle Green #31371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 37.12%
G = 41.67%
B = 21.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#31371C (or 0x31371C) is known color: Turtle Green. HEX triplet: 31, 37 and 1C. RGB value is (49,55,28). Sum of RGB (Red+Green+Blue) = 49+55+28=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #31371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371C is #CEC8E3. Grayscale: #323232. Windows color (decimal): -13551844 or 1849137. OLE color: 1849137.

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

Color convert

RGB 49 55 28 -
CMYK 0.11 0 0.49 0.78
HSL 73.33º 0.33% 0.16% -
HSV(B) 73.33º 0.49% 0.22% -
XYZ 2.84 3.47 1.62 -
YUV 50.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 49 55 28 0.11 0 0.49 0.78 73.33 0.33 0.16
Hex 31 37 1C B 0 31 4E 49 21 10
Octal 61 67 34 13 0 61 116 111 41 20
Binary 110001 110111 11100 1011 0 110001 1001110 1001001 100001 10000

Color Harmonies of #31371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31371C

Black with #31371C

Text Example


Text Example

White with #31371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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