Html Css Color HEX #313824 Rangoon Green

📋 copy color: '#313824'

red 49 ◦ green 56 ◦ blue 36

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

Shades of Rangoon Green #313824

Tints of Rangoon Green #313824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 34.75%
G = 39.72%
B = 25.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#313824 (or 0x313824) is known color: Rangoon Green. HEX triplet: 31, 38 and 24. RGB value is (49,56,36). Sum of RGB (Red+Green+Blue) = 49+56+36=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #313824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313824 is #CEC7DB. Grayscale: #333333. Windows color (decimal): -13551580 or 2373681. OLE color: 2373681.

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

Color convert

RGB 49 56 36 -
CMYK 0.12 0 0.36 0.78
HSL 81º 0.22% 0.18% -
HSV(B) 81º 0.36% 0.22% -
XYZ 3 3.61 2.21 -
YUV 51.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 49 56 36 0.12 0 0.36 0.78 81 0.22 0.18
Hex 31 38 24 C 0 24 4E 51 16 12
Octal 61 70 44 14 0 44 116 121 26 22
Binary 110001 111000 100100 1100 0 100100 1001110 1010001 10110 10010

Color Harmonies of #313824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313824

Black with #313824

Text Example


Text Example

White with #313824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313824; }

 p { color: rgb(49,56,36); }

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

background-color css

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

 a { background-color: rgb(49,56,36); }

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

border-color css

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

 span { border-color: rgb(49,56,36); }

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