#232517

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

Shades of Green Waterloo #232517

Tints of Green Waterloo #232517

Color information

#232517 (or 0x232517) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 17. RGB value is (35,37,23). Sum of RGB (Red+Green+Blue) = 35+37+23=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #232517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232517 is #DCDAE8. Grayscale: #222222. Windows color (decimal): -14473961 or 1516835. OLE color: 1516835.

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

Color convert

RGB353723-
CMYK0.0500.380.85
HSL68.57º23.33%11.76%-
HSV(B)68.57º37.84%14.51%-
XYZ1.511.741.07-
YUV34.81121.34128.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.84%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=36.84%
G=38.95%
B=24.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537230.0500.380.8568.5723.3311.76
Hex2325175026554517c
Octal43452750461251052714
Binary10001110010110111101010011010101011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232517; }

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

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

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

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

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

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

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

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