Html Css Color HEX #25424D Green Vogue

📋 copy color: '#25424D'

red 37 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #25424D

Tints of Green Vogue #25424D

RGB

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

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

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

R = 20.56%
G = 36.67%
B = 42.78%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25424D (or 0x25424D) is known color: Green Vogue. HEX triplet: 25, 42 and 4D. RGB value is (37,66,77). Sum of RGB (Red+Green+Blue) = 37+66+77=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #25424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25424D is #DABDB2. Grayscale: #3A3A3A. Windows color (decimal): -14335411 or 5063205. OLE color: 5063205.

HSL color Cylindrical-coordinate representation of color #25424D: hue angle of 196.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 #25424D is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 66 77 -
CMYK 0.52 0.14 0 0.70
HSL 196.5º 0.35% 0.22% -
HSV(B) 196.5º 0.52% 0.3% -
XYZ 4.05 4.83 7.74 -
YUV 58.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 37 66 77 0.52 0.14 0 0.70 196.5 0.35 0.22
Hex 25 42 4D 34 E 0 46 C4 23 16
Octal 45 102 115 64 16 0 106 304 43 26
Binary 100101 1000010 1001101 110100 1110 0 1000110 11000100 100011 10110

Color Harmonies of #25424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25424D

Black with #25424D

Text Example


Text Example

White with #25424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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