#27424E

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

Shades of Green Vogue #27424E

Tints of Green Vogue #27424E

Color information

#27424E (or 0x27424E) is unknown color: approx Green Vogue. HEX triplet: 27, 42 and 4E. RGB value is (39,66,78). Sum of RGB (Red+Green+Blue) = 39+66+78=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #27424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27424E is #D8BDB1. Grayscale: #3B3B3B. Windows color (decimal): -14204338 or 5128743. OLE color: 5128743.

HSL color Cylindrical-coordinate representation of color #27424E: hue angle of 198.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27424E is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396678-
CMYK0.500.1500.69
HSL198.46º33.33%22.94%-
HSV(B)198.46º50%30.59%-
XYZ4.164.887.93-
YUV59.3138.55113.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=21.31%
G=36.07%
B=42.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3966780.500.1500.69198.4633.3322.94
Hex27424E32F045c62117
Octal47102116621701053064127
Binary100111100001010011101100101111010001011100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27424E; }

 p { color: rgb(39,66,78); }

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

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

 a { background-color: rgb(39,66,78); }

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

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

 span { border-color: rgb(39,66,78); }

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