Html Css Color HEX #252620 Green Waterloo

📋 copy color: '#252620'

red 37 ◦ green 38 ◦ blue 32

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

Shades of Green Waterloo #252620

Tints of Green Waterloo #252620

RGB

 RED value IS 37 (14.84% from 255) = 34.58%

 GREEN value IS 38 (15.23% from 255) = 35.51%

 BLUE value IS 32 (12.89% from 255) = 29.91%

R = 34.58%
G = 35.51%
B = 29.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#252620 (or 0x252620) is known color: Green Waterloo. HEX triplet: 25, 26 and 20. RGB value is (37,38,32). Sum of RGB (Red+Green+Blue) = 37+38+32=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 38 - color contains mainly: green. Hex color #252620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252620 is #DAD9DF. Grayscale: #252525. Windows color (decimal): -14342624 or 2106917. OLE color: 2106917.

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

Color convert

RGB 37 38 32 -
CMYK 0.03 0 0.16 0.85
HSL 70º 0.09% 0.14% -
HSV(B) 70º 0.16% 0.15% -
XYZ 1.72 1.88 1.64 -
YUV 37.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 37 38 32 0.03 0 0.16 0.85 70 0.09 0.14
Hex 25 26 20 3 0 10 55 46 9 E
Octal 45 46 40 3 0 20 125 106 11 16
Binary 100101 100110 100000 11 0 10000 1010101 1000110 1001 1110

Color Harmonies of #252620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252620

Black with #252620

Text Example


Text Example

White with #252620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252620; }

 p { color: rgb(37,38,32); }

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

background-color css

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

 a { background-color: rgb(37,38,32); }

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

border-color css

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

 span { border-color: rgb(37,38,32); }

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