#232516

Color #232516 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #232516

Tints of Green Waterloo #232516

Color information

#232516 (or 0x232516) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 16. RGB value is (35,37,22). Sum of RGB (Red+Green+Blue) = 35+37+22=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #232516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232516 is #DCDAE9. Grayscale: #222222. Windows color (decimal): -14473962 or 1451299. OLE color: 1451299.

HSL color Cylindrical-coordinate representation of color #232516: hue angle of 68º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #232516 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB353722-
CMYK0.0500.410.85
HSL68º25.42%11.57%-
HSV(B)68º40.54%14.51%-
XYZ1.51.741.02-
YUV34.69120.84128.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.23%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=37.23%
G=39.36%
B=23.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537220.0500.410.856825.4211.57
Hex2325165029554419c
Octal43452650511251043114
Binary10001110010110110101010100110101011000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232516; }

 p { color: rgb(35,37,22); }

 H1.HeaderClassName
 {
   color: #232516;
 }
 .AnyTagClassName
 {
   color: #232516;
 }
</style>
background-color css

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

 a { background-color: rgb(35,37,22); }

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

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

 span { border-color: rgb(35,37,22); }

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