Html Css Color HEX #25424A Green Vogue

📋 copy color: '#25424A'

red 37 ◦ green 66 ◦ blue 74

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

Shades of Green Vogue #25424A

Tints of Green Vogue #25424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 20.9%
G = 37.29%
B = 41.81%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25424A (or 0x25424A) is known color: Green Vogue. HEX triplet: 25, 42 and 4A. RGB value is (37,66,74). Sum of RGB (Red+Green+Blue) = 37+66+74=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #25424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25424A is #DABDB5. Grayscale: #3A3A3A. Windows color (decimal): -14335414 or 4866597. OLE color: 4866597.

HSL color Cylindrical-coordinate representation of color #25424A: hue angle of 192.97º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25424A is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 66 74 -
CMYK 0.50 0.11 0 0.71
HSL 192.97º 0.33% 0.22% -
HSV(B) 192.97º 0.5% 0.29% -
XYZ 3.95 4.78 7.19 -
YUV 58.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 37 66 74 0.50 0.11 0 0.71 192.97 0.33 0.22
Hex 25 42 4A 32 B 0 47 C1 21 16
Octal 45 102 112 62 13 0 107 301 41 26
Binary 100101 1000010 1001010 110010 1011 0 1000111 11000001 100001 10110

Color Harmonies of #25424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25424A

Black with #25424A

Text Example


Text Example

White with #25424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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