Html Css Color HEX #25404D Green Vogue

📋 copy color: '#25404D'

red 37 ◦ green 64 ◦ blue 77

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

Shades of Green Vogue #25404D

Tints of Green Vogue #25404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 20.79%
G = 35.96%
B = 43.26%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25404D (or 0x25404D) is known color: Green Vogue. HEX triplet: 25, 40 and 4D. RGB value is (37,64,77). Sum of RGB (Red+Green+Blue) = 37+64+77=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #25404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25404D is #DABFB2. Grayscale: #393939. Windows color (decimal): -14335923 or 5062693. OLE color: 5062693.

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

Color convert

RGB 37 64 77 -
CMYK 0.52 0.17 0 0.70
HSL 199.5º 0.35% 0.22% -
HSV(B) 199.5º 0.52% 0.3% -
XYZ 3.94 4.6 7.7 -
YUV 57.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 37 64 77 0.52 0.17 0 0.70 199.5 0.35 0.22
Hex 25 40 4D 34 11 0 46 C8 23 16
Octal 45 100 115 64 21 0 106 310 43 26
Binary 100101 1000000 1001101 110100 10001 0 1000110 11001000 100011 10110

Color Harmonies of #25404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25404D

Black with #25404D

Text Example


Text Example

White with #25404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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