#274350

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

Shades of Green Vogue #274350

Tints of Green Vogue #274350

Color information

#274350 (or 0x274350) is unknown color: approx Green Vogue. HEX triplet: 27, 43 and 50. RGB value is (39,67,80). Sum of RGB (Red+Green+Blue) = 39+67+80=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #274350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274350 is #D8BCAF. Grayscale: #3C3C3C. Windows color (decimal): -14204080 or 5260071. OLE color: 5260071.

HSL color Cylindrical-coordinate representation of color #274350: hue angle of 199.02º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274350 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB396780-
CMYK0.510.1600.69
HSL199.02º34.45%23.33%-
HSV(B)199.02º51.25%31.37%-
XYZ4.295.028.33-
YUV60.11139.22112.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=20.97%
G=36.02%
B=43.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3967800.510.1600.69199.0234.4523.33
Hex2743503310045c72217
Octal47103120632001053074227
Binary1001111000011101000011001110000010001011100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274350; }

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

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

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

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

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

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

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

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