Html Css Color HEX #232513 Green Waterloo

📋 copy color: '#232513'

red 35 ◦ green 37 ◦ blue 19

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

Shades of Green Waterloo #232513

Tints of Green Waterloo #232513

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

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 35 37 19 -
CMYK 0.05 0 0.49 0.85
HSL 66.67º 0.32% 0.11% -
HSV(B) 66.67º 0.49% 0.15% -
XYZ 1.47 1.73 0.87 -
YUV 34.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 35 37 19 0.05 0 0.49 0.85 66.67 0.32 0.11
Hex 23 25 13 5 0 31 55 43 20 B
Octal 43 45 23 5 0 61 125 103 40 13
Binary 100011 100101 10011 101 0 110001 1010101 1000011 100000 1011

Color Harmonies of #232513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232513

Black with #232513

Text Example


Text Example

White with #232513

Text Example


Text Example

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