#232513

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

Shades of Green Waterloo #232513

Tints of Green Waterloo #232513

Color information

#232513 (or 0x232513) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 13. RGB value is (35,37,19). Sum of RGB (Red+Green+Blue) = 35+37+19=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #232513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232513 is #DCDAEC. Grayscale: #222222. Windows color (decimal): -14473965 or 1254691. OLE color: 1254691.

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

Color convert

RGB353719-
CMYK0.0500.490.85
HSL66.67º32.14%10.98%-
HSV(B)66.67º48.65%14.51%-
XYZ1.471.730.87-
YUV34.35119.34128.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=38.46%
G=40.66%
B=20.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537190.0500.490.8566.6732.1410.98
Hex2325135031554320b
Octal43452350611251034013
Binary100011100101100111010110001101010110000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232513; }

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

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

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

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

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

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

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

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