#124153

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

Shades of Green Vogue #124153

Tints of Green Vogue #124153

Color information

#124153 (or 0x124153) is unknown color: approx Green Vogue. HEX triplet: 12, 41 and 53. RGB value is (18,65,83). Sum of RGB (Red+Green+Blue) = 18+65+83=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #124153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124153 is #EDBEAC. Grayscale: #343434. Windows color (decimal): -15580845 or 5456146. OLE color: 5456146.

HSL color Cylindrical-coordinate representation of color #124153: hue angle of 196.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124153 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186583-
CMYK0.780.2200.67
HSL196.62º64.36%19.8%-
HSV(B)196.62º78.31%32.55%-
XYZ3.74.538.86-
YUV53144.93103.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 83 (32.81% from 255) = 50%
R=10.84%
G=39.16%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1865830.780.2200.67196.6264.3619.8
Hex1241534E16043c54014
Octal2210112311626010330510024
Binary10010100000110100111001110101100100001111000101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124153; }

 p { color: rgb(18,65,83); }

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

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

 a { background-color: rgb(18,65,83); }

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

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

 span { border-color: rgb(18,65,83); }

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