#313824

Color #313824 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #313824

Tints of Rangoon Green #313824

Color information

#313824 (or 0x313824) is unknown color: approx 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

RGB495636-
CMYK0.1200.360.78
HSL81º21.74%18.04%-
HSV(B)81º35.71%21.96%-
XYZ33.612.21-
YUV51.63119.18126.13-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956360.1200.360.788121.7418.04
Hex313824C0244E511612
Octal617044140441161212622
Binary11000111100010010011000100100100111010100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>