#27454D

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

Shades of Green Vogue #27454D

Tints of Green Vogue #27454D

Color information

#27454D (or 0x27454D) is unknown color: approx Green Vogue. HEX triplet: 27, 45 and 4D. RGB value is (39,69,77). Sum of RGB (Red+Green+Blue) = 39+69+77=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #27454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27454D is #D8BAB2. Grayscale: #3C3C3C. Windows color (decimal): -14203571 or 5063975. OLE color: 5063975.

HSL color Cylindrical-coordinate representation of color #27454D: hue angle of 192.63º 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 #27454D is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB396977-
CMYK0.490.1000.70
HSL192.63º32.76%22.75%-
HSV(B)192.63º49.35%30.2%-
XYZ4.35.227.8-
YUV60.94137.06112.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=21.08%
G=37.30%
B=41.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3969770.490.1000.70192.6332.7622.75
Hex27454D31A046c12117
Octal47105115611201063014127
Binary100111100010110011011100011010010001101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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