Html Css Color HEX #25414D Green Vogue

📋 copy color: '#25414D'

red 37 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #25414D

Tints of Green Vogue #25414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 20.67%
G = 36.31%
B = 43.02%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25414D (or 0x25414D) is known color: Green Vogue. HEX triplet: 25, 41 and 4D. RGB value is (37,65,77). Sum of RGB (Red+Green+Blue) = 37+65+77=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #25414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25414D is #DABEB2. Grayscale: #393939. Windows color (decimal): -14335667 or 5062949. OLE color: 5062949.

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

Color convert

RGB 37 65 77 -
CMYK 0.52 0.16 0 0.70
HSL 198º 0.35% 0.22% -
HSV(B) 198º 0.52% 0.3% -
XYZ 3.99 4.71 7.72 -
YUV 58 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 37 65 77 0.52 0.16 0 0.70 198 0.35 0.22
Hex 25 41 4D 34 10 0 46 C6 23 16
Octal 45 101 115 64 20 0 106 306 43 26
Binary 100101 1000001 1001101 110100 10000 0 1000110 11000110 100011 10110

Color Harmonies of #25414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25414D

Black with #25414D

Text Example


Text Example

White with #25414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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