Html Css Color HEX #222518 Rangoon Green

📋 copy color: '#222518'

red 34 ◦ green 37 ◦ blue 24

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

Shades of Rangoon Green #222518

Tints of Rangoon Green #222518

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 value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#222518 (or 0x222518) is known color: 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

RGB 34 37 24 -
CMYK 0.08 0 0.35 0.85
HSL 73.85º 0.21% 0.12% -
HSV(B) 73.85º 0.35% 0.15% -
XYZ 1.49 1.73 1.12 -
YUV 34.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 34 37 24 0.08 0 0.35 0.85 73.85 0.21 0.12
Hex 22 25 18 8 0 23 55 4A 15 C
Octal 42 45 30 10 0 43 125 112 25 14
Binary 100010 100101 11000 1000 0 100011 1010101 1001010 10101 1100

Color Harmonies of #222518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222518

Black with #222518

Text Example


Text Example

White with #222518

Text Example


Text Example

HTML Codes & Css Web 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>