Html Css Color HEX #222510 Green Waterloo

📋 copy color: '#222510'

red 34 ◦ green 37 ◦ blue 16

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

Shades of Green Waterloo #222510

Tints of Green Waterloo #222510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.39%

R = 39.08%
G = 42.53%
B = 18.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#222510 (or 0x222510) is known color: Green Waterloo. HEX triplet: 22, 25 and 10. RGB value is (34,37,16). Sum of RGB (Red+Green+Blue) = 34+37+16=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #222510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222510 is #DDDAEF. Grayscale: #212121. Windows color (decimal): -14539504 or 1058082. OLE color: 1058082.

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

Color convert

RGB 34 37 16 -
CMYK 0.08 0 0.57 0.85
HSL 68.57º 0.4% 0.1% -
HSV(B) 68.57º 0.57% 0.15% -
XYZ 1.41 1.7 0.74 -
YUV 33.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 34 37 16 0.08 0 0.57 0.85 68.57 0.4 0.1
Hex 22 25 10 8 0 39 55 45 28 A
Octal 42 45 20 10 0 71 125 105 50 12
Binary 100010 100101 10000 1000 0 111001 1010101 1000101 101000 1010

Color Harmonies of #222510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222510

Black with #222510

Text Example


Text Example

White with #222510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222510; }

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

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

background-color css

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

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

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

border-color css

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

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

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