Html Css Color HEX #25424C Green Vogue

📋 copy color: '#25424C'

red 37 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #25424C

Tints of Green Vogue #25424C

RGB

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

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

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

R = 20.67%
G = 36.87%
B = 42.46%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25424C (or 0x25424C) is known color: Green Vogue. HEX triplet: 25, 42 and 4C. RGB value is (37,66,76). Sum of RGB (Red+Green+Blue) = 37+66+76=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #25424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25424C is #DABDB3. Grayscale: #3A3A3A. Windows color (decimal): -14335412 or 4997669. OLE color: 4997669.

HSL color Cylindrical-coordinate representation of color #25424C: hue angle of 195.38º 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 #25424C is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 66 76 -
CMYK 0.51 0.13 0 0.70
HSL 195.38º 0.35% 0.22% -
HSV(B) 195.38º 0.51% 0.3% -
XYZ 4.02 4.81 7.55 -
YUV 58.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 37 66 76 0.51 0.13 0 0.70 195.38 0.35 0.22
Hex 25 42 4C 33 D 0 46 C3 23 16
Octal 45 102 114 63 15 0 106 303 43 26
Binary 100101 1000010 1001100 110011 1101 0 1000110 11000011 100011 10110

Color Harmonies of #25424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25424C

Black with #25424C

Text Example


Text Example

White with #25424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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