#274148

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

Shades of Green Vogue #274148

Tints of Green Vogue #274148

Color information

#274148 (or 0x274148) is unknown color: approx Green Vogue. HEX triplet: 27, 41 and 48. RGB value is (39,65,72). Sum of RGB (Red+Green+Blue) = 39+65+72=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #274148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274148 is #D8BEB7. Grayscale: #393939. Windows color (decimal): -14204600 or 4735271. OLE color: 4735271.

HSL color Cylindrical-coordinate representation of color #274148: hue angle of 192.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274148 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB396572-
CMYK0.460.1000.72
HSL192.73º29.73%21.76%-
HSV(B)192.73º45.83%28.24%-
XYZ3.94.686.83-
YUV58.02135.89114.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=22.16%
G=36.93%
B=40.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3965720.460.1000.72192.7329.7321.76
Hex2741482EA048c11e16
Octal47101110561201103013626
Binary10011110000011001000101110101001001000110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274148; }

 p { color: rgb(39,65,72); }

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

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

 a { background-color: rgb(39,65,72); }

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

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

 span { border-color: rgb(39,65,72); }

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