Html Css Color HEX #222320 Rangoon Green

📋 copy color: '#222320'

red 34 ◦ green 35 ◦ blue 32

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

Shades of Rangoon Green #222320

Tints of Rangoon Green #222320

RGB

 RED value IS 34 (13.67% from 255) = 33.66%

 GREEN value IS 35 (14.06% from 255) = 34.65%

 BLUE value IS 32 (12.89% from 255) = 31.68%

R = 33.66%
G = 34.65%
B = 31.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#222320 (or 0x222320) is known color: Rangoon Green. HEX triplet: 22, 23 and 20. RGB value is (34,35,32). Sum of RGB (Red+Green+Blue) = 34+35+32=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 35 - color contains mainly: green. Hex color #222320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222320 is #DDDCDF. Grayscale: #222222. Windows color (decimal): -14540000 or 2106146. OLE color: 2106146.

HSL color Cylindrical-coordinate representation of color #222320: hue angle of 80º degrees, saturation: 0.04, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #222320 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 34 35 32 -
CMYK 0.03 0 0.09 0.86
HSL 80º 0.04% 0.13% -
HSV(B) 80º 0.09% 0.14% -
XYZ 1.52 1.65 1.6 -
YUV 34.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 34 35 32 0.03 0 0.09 0.86 80 0.04 0.13
Hex 22 23 20 3 0 9 56 50 4 D
Octal 42 43 40 3 0 11 126 120 4 15
Binary 100010 100011 100000 11 0 1001 1010110 1010000 100 1101

Color Harmonies of #222320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222320

Black with #222320

Text Example


Text Example

White with #222320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222320; }

 p { color: rgb(34,35,32); }

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

background-color css

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

 a { background-color: rgb(34,35,32); }

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

border-color css

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

 span { border-color: rgb(34,35,32); }

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