#222518

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

Shades of Rangoon Green #222518

Tints of Rangoon Green #222518

Color information

#222518 (or 0x222518) is unknown color: approx Rangoon Green. HEX triplet: 22, 25 and 18. RGB value is (34,37,24). Sum of RGB (Red+Green+Blue) = 34+37+24=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #222518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222518 is #DDDAE7. Grayscale: #222222. Windows color (decimal): -14539496 or 1582370. OLE color: 1582370.

HSL color Cylindrical-coordinate representation of color #222518: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #222518 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB343724-
CMYK0.0800.350.85
HSL73.85º21.31%11.96%-
HSV(B)73.85º35.14%14.51%-
XYZ1.491.731.12-
YUV34.62122.01127.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=35.79%
G=38.95%
B=25.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3437240.0800.350.8573.8521.3111.96
Hex2225188023554a15c
Octal424530100431251122514
Binary100010100101110001000010001110101011001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222518; }

 p { color: rgb(34,37,24); }

 H1.HeaderClassName
 {
   color: #222518;
 }
 .AnyTagClassName
 {
   color: #222518;
 }
</style>
background-color css

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

 a { background-color: rgb(34,37,24); }

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

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

 span { border-color: rgb(34,37,24); }

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