#232611

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

Shades of Green Waterloo #232611

Tints of Green Waterloo #232611

Color information

#232611 (or 0x232611) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 11. RGB value is (35,38,17). Sum of RGB (Red+Green+Blue) = 35+38+17=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #232611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232611 is #DCD9EE. Grayscale: #222222. Windows color (decimal): -14473711 or 1123875. OLE color: 1123875.

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

Color convert

RGB353817-
CMYK0.0800.550.85
HSL68.57º38.18%10.78%-
HSV(B)68.57º55.26%14.9%-
XYZ1.491.780.8-
YUV34.71118.01128.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=38.89%
G=42.22%
B=18.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538170.0800.550.8568.5738.1810.78
Hex2326118037554526b
Octal434621100671251054613
Binary1000111001101000110000110111101010110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232611; }

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

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

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

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

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

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

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

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