Html Css Color HEX #254149 Green Vogue

📋 copy color: '#254149'

red 37 ◦ green 65 ◦ blue 73

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

Shades of Green Vogue #254149

Tints of Green Vogue #254149

RGB

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

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

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

R = 21.14%
G = 37.14%
B = 41.71%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#254149 (or 0x254149) is known color: Green Vogue. HEX triplet: 25, 41 and 49. RGB value is (37,65,73). Sum of RGB (Red+Green+Blue) = 37+65+73=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #254149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254149 is #DABEB6. Grayscale: #393939. Windows color (decimal): -14335671 or 4800805. OLE color: 4800805.

HSL color Cylindrical-coordinate representation of color #254149: hue angle of 193.33º 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 #254149 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 65 73 -
CMYK 0.49 0.11 0 0.71
HSL 193.33º 0.33% 0.22% -
HSV(B) 193.33º 0.49% 0.29% -
XYZ 3.86 4.65 7 -
YUV 57.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 37 65 73 0.49 0.11 0 0.71 193.33 0.33 0.22
Hex 25 41 49 31 B 0 47 C1 21 16
Octal 45 101 111 61 13 0 107 301 41 26
Binary 100101 1000001 1001001 110001 1011 0 1000111 11000001 100001 10110

Color Harmonies of #254149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254149

Black with #254149

Text Example


Text Example

White with #254149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254149; }

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

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

background-color css

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

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

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

border-color css

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

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

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