#184250

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

Shades of Green Vogue #184250

Tints of Green Vogue #184250

Color information

#184250 (or 0x184250) is unknown color: approx Green Vogue. HEX triplet: 18, 42 and 50. RGB value is (24,66,80). Sum of RGB (Red+Green+Blue) = 24+66+80=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #184250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184250 is #E7BDAF. Grayscale: #363636. Windows color (decimal): -15187376 or 5259800. OLE color: 5259800.

HSL color Cylindrical-coordinate representation of color #184250: hue angle of 195º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184250 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB246680-
CMYK0.700.1700.69
HSL195º53.85%20.39%-
HSV(B)195º70%31.37%-
XYZ3.774.678.29-
YUV55.04142.09105.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=14.12%
G=38.82%
B=47.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2466800.700.1700.6919553.8520.39
Hex1842504611045c33614
Octal301021201062101053036624
Binary1100010000101010000100011010001010001011100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184250; }

 p { color: rgb(24,66,80); }

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

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

 a { background-color: rgb(24,66,80); }

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

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

 span { border-color: rgb(24,66,80); }

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