Html Css Color HEX #31361C Turtle Green

📋 copy color: '#31361C'

red 49 ◦ green 54 ◦ blue 28

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

Shades of Turtle Green #31361C

Tints of Turtle Green #31361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.22%

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

R = 37.4%
G = 41.22%
B = 21.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#31361C (or 0x31361C) is known color: Turtle Green. HEX triplet: 31, 36 and 1C. RGB value is (49,54,28). Sum of RGB (Red+Green+Blue) = 49+54+28=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 54 - color contains mainly: green. Hex color #31361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31361C is #CEC9E3. Grayscale: #313131. Windows color (decimal): -13552100 or 1848881. OLE color: 1848881.

HSL color Cylindrical-coordinate representation of color #31361C: hue angle of 71.54º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31361C is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 54 28 -
CMYK 0.09 0 0.48 0.79
HSL 71.54º 0.32% 0.16% -
HSV(B) 71.54º 0.48% 0.21% -
XYZ 2.8 3.38 1.6 -
YUV 49.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 49 54 28 0.09 0 0.48 0.79 71.54 0.32 0.16
Hex 31 36 1C 9 0 30 4F 48 20 10
Octal 61 66 34 11 0 60 117 110 40 20
Binary 110001 110110 11100 1001 0 110000 1001111 1001000 100000 10000

Color Harmonies of #31361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31361C

Black with #31361C

Text Example


Text Example

White with #31361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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