#232508

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

Shades of Green Waterloo #232508

Tints of Green Waterloo #232508

Color information

#232508 (or 0x232508) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 08. RGB value is (35,37,8). Sum of RGB (Red+Green+Blue) = 35+37+8=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #232508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232508 is #DCDAF7. Grayscale: #212121. Windows color (decimal): -14473976 or 533795. OLE color: 533795.

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

Color convert

RGB35378-
CMYK0.0500.780.85
HSL64.14º64.44%8.82%-
HSV(B)64.14º78.38%14.51%-
XYZ1.41.70.48-
YUV33.1113.84129.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 8 (3.52% from 255) = 10%
R=43.75%
G=46.25%
B=10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal353780.0500.780.8564.1464.448.82
Hex23258504E5540409
Octal4345105011612510010011
Binary1000111001011000101010011101010101100000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232508; }

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

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

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

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

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

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

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

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