Html Css Color HEX #232516 Green Waterloo

📋 copy color: '#232516'

red 35 ◦ green 37 ◦ blue 22

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

Shades of Green Waterloo #232516

Tints of Green Waterloo #232516

RGB

 RED value IS 35 (14.06% from 255) = 37.23%

 GREEN value IS 37 (14.84% from 255) = 39.36%

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 37.23%
G = 39.36%
B = 23.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#232516 (or 0x232516) is known color: Green Waterloo. HEX triplet: 23, 25 and 16. RGB value is (35,37,22). Sum of RGB (Red+Green+Blue) = 35+37+22=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #232516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232516 is #DCDAE9. Grayscale: #222222. Windows color (decimal): -14473962 or 1451299. OLE color: 1451299.

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

Color convert

RGB 35 37 22 -
CMYK 0.05 0 0.41 0.85
HSL 68º 0.25% 0.12% -
HSV(B) 68º 0.41% 0.15% -
XYZ 1.5 1.74 1.02 -
YUV 34.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 35 37 22 0.05 0 0.41 0.85 68 0.25 0.12
Hex 23 25 16 5 0 29 55 44 19 C
Octal 43 45 26 5 0 51 125 104 31 14
Binary 100011 100101 10110 101 0 101001 1010101 1000100 11001 1100

Color Harmonies of #232516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232516

Black with #232516

Text Example


Text Example

White with #232516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232516; }

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

 H1.HeaderClassName
 {
   color: #232516;
 }
 .AnyTagClassName
 {
   color: #232516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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