Html Css Color HEX #25424F Green Vogue

📋 copy color: '#25424F'

red 37 ◦ green 66 ◦ blue 79

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

Shades of Green Vogue #25424F

Tints of Green Vogue #25424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.41%

R = 20.33%
G = 36.26%
B = 43.41%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25424F (or 0x25424F) is known color: Green Vogue. HEX triplet: 25, 42 and 4F. RGB value is (37,66,79). Sum of RGB (Red+Green+Blue) = 37+66+79=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #25424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25424F is #DABDB0. Grayscale: #3A3A3A. Windows color (decimal): -14335409 or 5194277. OLE color: 5194277.

HSL color Cylindrical-coordinate representation of color #25424F: hue angle of 198.57º 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 #25424F is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 66 79 -
CMYK 0.53 0.16 0 0.69
HSL 198.57º 0.36% 0.23% -
HSV(B) 198.57º 0.53% 0.31% -
XYZ 4.12 4.85 8.12 -
YUV 58.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 37 66 79 0.53 0.16 0 0.69 198.57 0.36 0.23
Hex 25 42 4F 35 10 0 45 C7 24 17
Octal 45 102 117 65 20 0 105 307 44 27
Binary 100101 1000010 1001111 110101 10000 0 1000101 11000111 100100 10111

Color Harmonies of #25424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25424F

Black with #25424F

Text Example


Text Example

White with #25424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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