#27434a

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

Shades of Green Vogue #27434A

Tints of Green Vogue #27434A

Color information

#27434A (or 0x27434A) is unknown color: approx Green Vogue. HEX triplet: 27, 43 and 4A. RGB value is (39,67,74). Sum of RGB (Red+Green+Blue) = 39+67+74=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #27434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27434A is #D8BCB5. Grayscale: #3B3B3B. Windows color (decimal): -14204086 or 4866855. OLE color: 4866855.

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

Color convert

RGB396774-
CMYK0.470.0900.71
HSL192º30.97%22.16%-
HSV(B)192º47.3%29.02%-
XYZ4.084.947.22-
YUV59.43136.22113.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=21.67%
G=37.22%
B=41.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3967740.470.0900.7119230.9722.16
Hex27434A2F9047c01f16
Octal47103112571101073003726
Binary10011110000111001010101111100101000111110000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27434a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27434a; }

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

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

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

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

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

<style>
 span { border-color: #27434a; }

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

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