Html Css Color HEX #252804 Green Waterloo

📋 copy color: '#252804'

red 37 ◦ green 40 ◦ blue 4

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

Shades of Green Waterloo #252804

Tints of Green Waterloo #252804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

 BLUE value IS 4 (1.95% from 255) = 4.94%

R = 45.68%
G = 49.38%
B = 4.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#252804 (or 0x252804) is known color: Green Waterloo. HEX triplet: 25, 28 and 04. RGB value is (37,40,4). Sum of RGB (Red+Green+Blue) = 37+40+4=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 4 (1.95% from 255 or 4.94% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #252804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252804 is #DAD7FB. Grayscale: #232323. Windows color (decimal): -14342140 or 272421. OLE color: 272421.

HSL color Cylindrical-coordinate representation of color #252804: hue angle of 65º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #252804 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 4 -
CMYK 0.07 0 0.90 0.84
HSL 65º 0.82% 0.09% -
HSV(B) 65º 0.9% 0.16% -
XYZ 1.54 1.92 0.4 -
YUV 35 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 37 40 4 0.07 0 0.90 0.84 65 0.82 0.09
Hex 25 28 4 7 0 5A 54 41 52 9
Octal 45 50 4 7 0 132 124 101 122 11
Binary 100101 101000 100 111 0 1011010 1010100 1000001 1010010 1001

Color Harmonies of #252804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252804

Black with #252804

Text Example


Text Example

White with #252804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252804; }

 p { color: rgb(37,40,4); }

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

background-color css

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

 a { background-color: rgb(37,40,4); }

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

border-color css

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

 span { border-color: rgb(37,40,4); }

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