#1B4350

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

Shades of Green Vogue #1B4350

Tints of Green Vogue #1B4350

Color information

#1B4350 (or 0x1B4350) is unknown color: approx Green Vogue. HEX triplet: 1B, 43 and 50. RGB value is (27,67,80). Sum of RGB (Red+Green+Blue) = 27+67+80=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4350 is #E4BCAF. Grayscale: #383838. Windows color (decimal): -14990512 or 5260059. OLE color: 5260059.

HSL color Cylindrical-coordinate representation of color #1B4350: hue angle of 194.72º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B4350 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB276780-
CMYK0.660.1600.69
HSL194.72º49.53%20.98%-
HSV(B)194.72º66.25%31.37%-
XYZ3.914.838.32-
YUV56.52141.25106.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=15.52%
G=38.51%
B=45.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2767800.660.1600.69194.7249.5320.98
Hex1B43504210045c33215
Octal331031201022001053036225
Binary1101110000111010000100001010000010001011100001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4350; }

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

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

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

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

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

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

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

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