Html Css Color HEX #25404C Green Vogue

📋 copy color: '#25404C'

red 37 ◦ green 64 ◦ blue 76

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

Shades of Green Vogue #25404C

Tints of Green Vogue #25404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 20.9%
G = 36.16%
B = 42.94%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25404C (or 0x25404C) is known color: Green Vogue. HEX triplet: 25, 40 and 4C. RGB value is (37,64,76). Sum of RGB (Red+Green+Blue) = 37+64+76=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #25404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25404C is #DABFB3. Grayscale: #393939. Windows color (decimal): -14335924 or 4997157. OLE color: 4997157.

HSL color Cylindrical-coordinate representation of color #25404C: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25404C is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 64 76 -
CMYK 0.51 0.16 0 0.70
HSL 198.46º 0.35% 0.22% -
HSV(B) 198.46º 0.51% 0.3% -
XYZ 3.9 4.58 7.52 -
YUV 57.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 37 64 76 0.51 0.16 0 0.70 198.46 0.35 0.22
Hex 25 40 4C 33 10 0 46 C6 23 16
Octal 45 100 114 63 20 0 106 306 43 26
Binary 100101 1000000 1001100 110011 10000 0 1000110 11000110 100011 10110

Color Harmonies of #25404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25404C

Black with #25404C

Text Example


Text Example

White with #25404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25404C; }

 p { color: rgb(37,64,76); }

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

background-color css

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

 a { background-color: rgb(37,64,76); }

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

border-color css

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

 span { border-color: rgb(37,64,76); }

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