Html Css Color HEX #222318 Green Waterloo

📋 copy color: '#222318'

red 34 ◦ green 35 ◦ blue 24

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

Shades of Green Waterloo #222318

Tints of Green Waterloo #222318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 36.56%
G = 37.63%
B = 25.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#222318 (or 0x222318) is known color: Green Waterloo. HEX triplet: 22, 23 and 18. RGB value is (34,35,24). Sum of RGB (Red+Green+Blue) = 34+35+24=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #222318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222318 is #DDDCE7. Grayscale: #212121. Windows color (decimal): -14540008 or 1581858. OLE color: 1581858.

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

Color convert

RGB 34 35 24 -
CMYK 0.03 0 0.31 0.86
HSL 65.45º 0.19% 0.12% -
HSV(B) 65.45º 0.31% 0.14% -
XYZ 1.43 1.61 1.1 -
YUV 33.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 34 35 24 0.03 0 0.31 0.86 65.45 0.19 0.12
Hex 22 23 18 3 0 1F 56 41 13 C
Octal 42 43 30 3 0 37 126 101 23 14
Binary 100010 100011 11000 11 0 11111 1010110 1000001 10011 1100

Color Harmonies of #222318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222318

Black with #222318

Text Example


Text Example

White with #222318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222318; }

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

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

background-color css

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

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

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

border-color css

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

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

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