Html Css Color HEX #232519 Green Waterloo

📋 copy color: '#232519'

red 35 ◦ green 37 ◦ blue 25

#232519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #232519

Tints of Green Waterloo #232519

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 value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#232519 (or 0x232519) is known color: 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

RGB 35 37 25 -
CMYK 0.05 0 0.32 0.85
HSL 70º 0.19% 0.12% -
HSV(B) 70º 0.32% 0.15% -
XYZ 1.53 1.75 1.18 -
YUV 35.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 35 37 25 0.05 0 0.32 0.85 70 0.19 0.12
Hex 23 25 19 5 0 20 55 46 13 C
Octal 43 45 31 5 0 40 125 106 23 14
Binary 100011 100101 11001 101 0 100000 1010101 1000110 10011 1100

Color Harmonies of #232519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232519

Black with #232519

Text Example


Text Example

White with #232519

Text Example


Text Example

HTML Codes & Css Web 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>