#232519

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

Shades of Green Waterloo #232519

Tints of Green Waterloo #232519

Color information

#232519 (or 0x232519) is unknown color: approx Green Waterloo. HEX triplet: 23, 25 and 19. RGB value is (35,37,25). Sum of RGB (Red+Green+Blue) = 35+37+25=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #232519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232519 is #DCDAE6. Grayscale: #232323. Windows color (decimal): -14473959 or 1647907. OLE color: 1647907.

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

Color convert

RGB353725-
CMYK0.0500.320.85
HSL70º19.35%12.16%-
HSV(B)70º32.43%14.51%-
XYZ1.531.751.18-
YUV35.03122.34127.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=36.08%
G=38.14%
B=25.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537250.0500.320.857019.3512.16
Hex2325195020554613c
Octal43453150401251062314
Binary10001110010111001101010000010101011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232519; }

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

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

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

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

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

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

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

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