Html Css Color HEX #252704 Green Waterloo

📋 copy color: '#252704'

red 37 ◦ green 39 ◦ blue 4

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

Shades of Green Waterloo #252704

Tints of Green Waterloo #252704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.75%

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

R = 46.25%
G = 48.75%
B = 5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.85

RGB Variations

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

Color information

#252704 (or 0x252704) is known color: Green Waterloo. HEX triplet: 25, 27 and 04. RGB value is (37,39,4). Sum of RGB (Red+Green+Blue) = 37+39+4=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #252704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252704 is #DAD8FB. Grayscale: #222222. Windows color (decimal): -14342396 or 272165. OLE color: 272165.

HSL color Cylindrical-coordinate representation of color #252704: hue angle of 63.43º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #252704 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 39 4 -
CMYK 0.05 0 0.90 0.85
HSL 63.43º 0.81% 0.08% -
HSV(B) 63.43º 0.9% 0.15% -
XYZ 1.51 1.85 0.39 -
YUV 34.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 37 39 4 0.05 0 0.90 0.85 63.43 0.81 0.08
Hex 25 27 4 5 0 5A 55 3F 51 8
Octal 45 47 4 5 0 132 125 77 121 10
Binary 100101 100111 100 101 0 1011010 1010101 111111 1010001 1000

Color Harmonies of #252704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252704

Black with #252704

Text Example


Text Example

White with #252704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252704; }

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

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

background-color css

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

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

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

border-color css

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

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

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