#124551

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

Shades of Green Vogue #124551

Tints of Green Vogue #124551

Color information

#124551 (or 0x124551) is unknown color: approx Green Vogue. HEX triplet: 12, 45 and 51. RGB value is (18,69,81). Sum of RGB (Red+Green+Blue) = 18+69+81=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #124551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124551 is #EDBAAE. Grayscale: #373737. Windows color (decimal): -15579823 or 5326098. OLE color: 5326098.

HSL color Cylindrical-coordinate representation of color #124551: hue angle of 191.43º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124551 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB186981-
CMYK0.780.1500.68
HSL191.43º63.64%19.41%-
HSV(B)191.43º77.78%31.76%-
XYZ3.864.988.54-
YUV55.12142.6101.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=10.71%
G=41.07%
B=48.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1869810.780.1500.68191.4363.6419.41
Hex1245514EF044bf4013
Octal2210512111617010427710023
Binary1001010001011010001100111011110100010010111111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124551; }

 p { color: rgb(18,69,81); }

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

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

 a { background-color: rgb(18,69,81); }

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

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

 span { border-color: rgb(18,69,81); }

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