#27404A

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

Shades of Green Vogue #27404A

Tints of Green Vogue #27404A

Color information

#27404A (or 0x27404A) is unknown color: approx Green Vogue. HEX triplet: 27, 40 and 4A. RGB value is (39,64,74). Sum of RGB (Red+Green+Blue) = 39+64+74=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #27404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27404A is #D8BFB5. Grayscale: #393939. Windows color (decimal): -14204854 or 4866087. OLE color: 4866087.

HSL color Cylindrical-coordinate representation of color #27404A: hue angle of 197.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27404A is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB396474-
CMYK0.470.1400.71
HSL197.14º30.97%22.16%-
HSV(B)197.14º47.3%29.02%-
XYZ3.914.597.16-
YUV57.66137.22114.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.03%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=22.03%
G=36.16%
B=41.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3964740.470.1400.71197.1430.9722.16
Hex27404A2FE047c51f16
Octal47100112571601073053726
Binary10011110000001001010101111111001000111110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27404A; }

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

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

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

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

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

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

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

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