#274046

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

Shades of Green Vogue #274046

Tints of Green Vogue #274046

Color information

#274046 (or 0x274046) is unknown color: approx Green Vogue. HEX triplet: 27, 40 and 46. RGB value is (39,64,70). Sum of RGB (Red+Green+Blue) = 39+64+70=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #274046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274046 is #D8BFB9. Grayscale: #393939. Windows color (decimal): -14204858 or 4603943. OLE color: 4603943.

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

Color convert

RGB396470-
CMYK0.440.0900.73
HSL191.61º28.44%21.37%-
HSV(B)191.61º44.29%27.45%-
XYZ3.784.546.47-
YUV57.21135.22115.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=22.54%
G=36.99%
B=40.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3964700.440.0900.73191.6128.4421.37
Hex2740462C9049c01c15
Octal47100106541101113003425
Binary10011110000001000110101100100101001001110000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274046; }

 p { color: rgb(39,64,70); }

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

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

 a { background-color: rgb(39,64,70); }

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

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

 span { border-color: rgb(39,64,70); }

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