Html Css Color HEX #25424E Green Vogue

📋 copy color: '#25424E'

red 37 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #25424E

Tints of Green Vogue #25424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 78 (30.86% from 255) = 43.09%

R = 20.44%
G = 36.46%
B = 43.09%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25424E (or 0x25424E) is known color: Green Vogue. HEX triplet: 25, 42 and 4E. RGB value is (37,66,78). Sum of RGB (Red+Green+Blue) = 37+66+78=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #25424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25424E is #DABDB1. Grayscale: #3A3A3A. Windows color (decimal): -14335410 or 5128741. OLE color: 5128741.

HSL color Cylindrical-coordinate representation of color #25424E: hue angle of 197.56º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25424E is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 66 78 -
CMYK 0.53 0.15 0 0.69
HSL 197.56º 0.36% 0.23% -
HSV(B) 197.56º 0.53% 0.31% -
XYZ 4.09 4.84 7.93 -
YUV 58.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 37 66 78 0.53 0.15 0 0.69 197.56 0.36 0.23
Hex 25 42 4E 35 F 0 45 C6 24 17
Octal 45 102 116 65 17 0 105 306 44 27
Binary 100101 1000010 1001110 110101 1111 0 1000101 11000110 100100 10111

Color Harmonies of #25424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25424E

Black with #25424E

Text Example


Text Example

White with #25424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25424E; }

 p { color: rgb(37,66,78); }

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

background-color css

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

 a { background-color: rgb(37,66,78); }

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

border-color css

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

 span { border-color: rgb(37,66,78); }

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