#232411

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

Shades of Green Waterloo #232411

Tints of Green Waterloo #232411

Color information

#232411 (or 0x232411) is unknown color: approx Green Waterloo. HEX triplet: 23, 24 and 11. RGB value is (35,36,17). Sum of RGB (Red+Green+Blue) = 35+36+17=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #232411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232411 is #DCDBEE. Grayscale: #212121. Windows color (decimal): -14474223 or 1123363. OLE color: 1123363.

HSL color Cylindrical-coordinate representation of color #232411: hue angle of 63.16º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232411 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB353617-
CMYK0.0300.530.86
HSL63.16º35.85%10.39%-
HSV(B)63.16º52.78%14.12%-
XYZ1.431.660.78-
YUV33.53118.67129.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 17 (7.03% from 255) = 19.32%
R=39.77%
G=40.91%
B=19.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3536170.0300.530.8663.1635.8510.39
Hex2324113035563f24a
Octal4344213065126774412
Binary1000111001001000111011010110101101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232411; }

 p { color: rgb(35,36,17); }

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

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

 a { background-color: rgb(35,36,17); }

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

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

 span { border-color: rgb(35,36,17); }

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