#27424B

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

Shades of Green Vogue #27424B

Tints of Green Vogue #27424B

Color information

#27424B (or 0x27424B) is unknown color: approx Green Vogue. HEX triplet: 27, 42 and 4B. RGB value is (39,66,75). Sum of RGB (Red+Green+Blue) = 39+66+75=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #27424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27424B is #D8BDB4. Grayscale: #3A3A3A. Windows color (decimal): -14204341 or 4932135. OLE color: 4932135.

HSL color Cylindrical-coordinate representation of color #27424B: hue angle of 195º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27424B is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB396675-
CMYK0.480.1200.71
HSL195º31.58%22.35%-
HSV(B)195º48%29.41%-
XYZ4.054.847.38-
YUV58.95137.05113.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=21.67%
G=36.67%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3966750.480.1200.7119531.5822.35
Hex27424B30C047c32016
Octal47102113601401073034026
Binary100111100001010010111100001100010001111100001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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