#254148

Color #254148 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #254148

Tints of Green Vogue #254148

Color information

#254148 (or 0x254148) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 48. RGB value is (37,65,72). Sum of RGB (Red+Green+Blue) = 37+65+72=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #254148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254148 is #DABEB7. Grayscale: #393939. Windows color (decimal): -14335672 or 4735269. OLE color: 4735269.

HSL color Cylindrical-coordinate representation of color #254148: hue angle of 192º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254148 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB376572-
CMYK0.490.1000.72
HSL192º32.11%21.37%-
HSV(B)192º48.61%28.24%-
XYZ3.824.646.83-
YUV57.43136.22113.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=21.26%
G=37.36%
B=41.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3765720.490.1000.7219232.1121.37
Hex25414831A048c02015
Octal45101110611201103004025
Binary100101100000110010001100011010010010001100000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254148; }

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

 H1.HeaderClassName
 {
   color: #254148;
 }
 .AnyTagClassName
 {
   color: #254148;
 }
</style>
background-color css

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

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

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

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

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

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