#27424A

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

Shades of Green Vogue #27424A

Tints of Green Vogue #27424A

Color information

#27424A (or 0x27424A) is unknown color: approx Green Vogue. HEX triplet: 27, 42 and 4A. RGB value is (39,66,74). Sum of RGB (Red+Green+Blue) = 39+66+74=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #27424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27424A is #D8BDB5. Grayscale: #3A3A3A. Windows color (decimal): -14204342 or 4866599. OLE color: 4866599.

HSL color Cylindrical-coordinate representation of color #27424A: hue angle of 193.71º 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 #27424A is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB396674-
CMYK0.470.1100.71
HSL193.71º30.97%22.16%-
HSV(B)193.71º47.3%29.02%-
XYZ4.024.827.2-
YUV58.84136.55113.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=21.79%
G=36.87%
B=41.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3966740.470.1100.71193.7130.9722.16
Hex27424A2FB047c21f16
Octal47102112571301073023726
Binary10011110000101001010101111101101000111110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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