Html Css Color HEX #16180D Green Waterloo

📋 copy color: '#16180D'

red 22 ◦ green 24 ◦ blue 13

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

Shades of Green Waterloo #16180D

Tints of Green Waterloo #16180D

RGB

 RED value IS 22 (8.98% from 255) = 37.29%

 GREEN value IS 24 (9.77% from 255) = 40.68%

 BLUE value IS 13 (5.47% from 255) = 22.03%

R = 37.29%
G = 40.68%
B = 22.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#16180D (or 0x16180D) is known color: Green Waterloo. HEX triplet: 16, 18 and 0D. RGB value is (22,24,13). Sum of RGB (Red+Green+Blue) = 22+24+13=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #16180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180D is #E9E7F2. Grayscale: #161616. Windows color (decimal): -15329267 or 858134. OLE color: 858134.

HSL color Cylindrical-coordinate representation of color #16180D: hue angle of 70.91º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #16180D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 24 13 -
CMYK 0.08 0 0.46 0.91
HSL 70.91º 0.3% 0.07% -
HSV(B) 70.91º 0.46% 0.09% -
XYZ 0.73 0.85 0.51 -
YUV 22.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 22 24 13 0.08 0 0.46 0.91 70.91 0.3 0.07
Hex 16 18 D 8 0 2E 5B 47 1E 7
Octal 26 30 15 10 0 56 133 107 36 7
Binary 10110 11000 1101 1000 0 101110 1011011 1000111 11110 111

Color Harmonies of #16180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16180D

Black with #16180D

Text Example


Text Example

White with #16180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16180D; }

 p { color: rgb(22,24,13); }

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

background-color css

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

 a { background-color: rgb(22,24,13); }

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

border-color css

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

 span { border-color: rgb(22,24,13); }

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