#254146

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

Shades of Green Vogue #254146

Tints of Green Vogue #254146

Color information

#254146 (or 0x254146) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 46. RGB value is (37,65,70). Sum of RGB (Red+Green+Blue) = 37+65+70=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #254146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254146 is #DABEB9. Grayscale: #393939. Windows color (decimal): -14335674 or 4604197. OLE color: 4604197.

HSL color Cylindrical-coordinate representation of color #254146: hue angle of 189.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #254146 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB376570-
CMYK0.470.0700.73
HSL189.09º30.84%20.98%-
HSV(B)189.09º47.14%27.45%-
XYZ3.764.626.49-
YUV57.2135.22113.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=21.51%
G=37.79%
B=40.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3765700.470.0700.73189.0930.8420.98
Hex2541462F7049bd1f15
Octal4510110657701112753725
Binary1001011000001100011010111111101001001101111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254146; }

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

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

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

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

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

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

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

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