Html Css Color HEX #253F49 Green Vogue

📋 copy color: '#253F49'

red 37 ◦ green 63 ◦ blue 73

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

Shades of Green Vogue #253F49

Tints of Green Vogue #253F49

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 21.39%
G = 36.42%
B = 42.2%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#253F49 (or 0x253F49) is known color: Green Vogue. HEX triplet: 25, 3F and 49. RGB value is (37,63,73). Sum of RGB (Red+Green+Blue) = 37+63+73=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #253F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F49 is #DAC0B6. Grayscale: #383838. Windows color (decimal): -14336183 or 4800293. OLE color: 4800293.

HSL color Cylindrical-coordinate representation of color #253F49: hue angle of 196.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253F49 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 63 73 -
CMYK 0.49 0.14 0 0.71
HSL 196.67º 0.33% 0.22% -
HSV(B) 196.67º 0.49% 0.29% -
XYZ 3.74 4.43 6.96 -
YUV 56.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 37 63 73 0.49 0.14 0 0.71 196.67 0.33 0.22
Hex 25 3F 49 31 E 0 47 C5 21 16
Octal 45 77 111 61 16 0 107 305 41 26
Binary 100101 111111 1001001 110001 1110 0 1000111 11000101 100001 10110

Color Harmonies of #253F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F49

Black with #253F49

Text Example


Text Example

White with #253F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F49; }

 p { color: rgb(37,63,73); }

 H1.HeaderClassName
 {
   color: #253F49;
 }
 .AnyTagClassName
 {
   color: #253F49;
 }
</style>

background-color css

<style>
 a { background-color: #253F49; }

 a { background-color: rgb(37,63,73); }

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

border-color css

<style>
 span { border-color: #253F49; }

 span { border-color: rgb(37,63,73); }

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