Html Css Color HEX #25414F Green Vogue

📋 copy color: '#25414F'

red 37 ◦ green 65 ◦ blue 79

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

Shades of Green Vogue #25414F

Tints of Green Vogue #25414F

RGB

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

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

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

R = 20.44%
G = 35.91%
B = 43.65%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25414F (or 0x25414F) is known color: Green Vogue. HEX triplet: 25, 41 and 4F. RGB value is (37,65,79). Sum of RGB (Red+Green+Blue) = 37+65+79=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #25414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25414F is #DABEB0. Grayscale: #3A3A3A. Windows color (decimal): -14335665 or 5194021. OLE color: 5194021.

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

Color convert

RGB 37 65 79 -
CMYK 0.53 0.18 0 0.69
HSL 200º 0.36% 0.23% -
HSV(B) 200º 0.53% 0.31% -
XYZ 4.06 4.74 8.1 -
YUV 58.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 37 65 79 0.53 0.18 0 0.69 200 0.36 0.23
Hex 25 41 4F 35 12 0 45 C8 24 17
Octal 45 101 117 65 22 0 105 310 44 27
Binary 100101 1000001 1001111 110101 10010 0 1000101 11001000 100100 10111

Color Harmonies of #25414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25414F

Black with #25414F

Text Example


Text Example

White with #25414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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