#27424D

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

Shades of Green Vogue #27424D

Tints of Green Vogue #27424D

Color information

#27424D (or 0x27424D) is unknown color: approx Green Vogue. HEX triplet: 27, 42 and 4D. RGB value is (39,66,77). Sum of RGB (Red+Green+Blue) = 39+66+77=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #27424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27424D is #D8BDB2. Grayscale: #3B3B3B. Windows color (decimal): -14204339 or 5063207. OLE color: 5063207.

HSL color Cylindrical-coordinate representation of color #27424D: hue angle of 197.37º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27424D is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB396677-
CMYK0.490.1400.70
HSL197.37º32.76%22.75%-
HSV(B)197.37º49.35%30.2%-
XYZ4.124.867.74-
YUV59.18138.05113.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=21.43%
G=36.26%
B=42.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3966770.490.1400.70197.3732.7622.75
Hex27424D31E046c52117
Octal47102115611601063054127
Binary100111100001010011011100011110010001101100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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