Html Css Color HEX #222513 Green Waterloo

📋 copy color: '#222513'

red 34 ◦ green 37 ◦ blue 19

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

Shades of Green Waterloo #222513

Tints of Green Waterloo #222513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.11%

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 37.78%
G = 41.11%
B = 21.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#222513 (or 0x222513) is known color: Green Waterloo. HEX triplet: 22, 25 and 13. RGB value is (34,37,19). Sum of RGB (Red+Green+Blue) = 34+37+19=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #222513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222513 is #DDDAEC. Grayscale: #222222. Windows color (decimal): -14539501 or 1254690. OLE color: 1254690.

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

Color convert

RGB 34 37 19 -
CMYK 0.08 0 0.49 0.85
HSL 70º 0.32% 0.11% -
HSV(B) 70º 0.49% 0.15% -
XYZ 1.44 1.71 0.87 -
YUV 34.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 34 37 19 0.08 0 0.49 0.85 70 0.32 0.11
Hex 22 25 13 8 0 31 55 46 20 B
Octal 42 45 23 10 0 61 125 106 40 13
Binary 100010 100101 10011 1000 0 110001 1010101 1000110 100000 1011

Color Harmonies of #222513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222513

Black with #222513

Text Example


Text Example

White with #222513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222513; }

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

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

background-color css

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

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

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

border-color css

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

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

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