#232610

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

Shades of Green Waterloo #232610

Tints of Green Waterloo #232610

Color information

#232610 (or 0x232610) is unknown color: approx Green Waterloo. HEX triplet: 23, 26 and 10. RGB value is (35,38,16). Sum of RGB (Red+Green+Blue) = 35+38+16=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #232610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232610 is #DCD9EF. Grayscale: #222222. Windows color (decimal): -14473712 or 1058339. OLE color: 1058339.

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

Color convert

RGB353816-
CMYK0.0800.580.85
HSL68.18º40.74%10.59%-
HSV(B)68.18º57.89%14.9%-
XYZ1.481.780.76-
YUV34.6117.51128.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=39.33%
G=42.70%
B=17.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538160.0800.580.8568.1840.7410.59
Hex232610803A554429b
Octal434620100721251045113
Binary1000111001101000010000111010101010110001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232610; }

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

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

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

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

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

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

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

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