#124253

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

Shades of Green Vogue #124253

Tints of Green Vogue #124253

Color information

#124253 (or 0x124253) is unknown color: approx Green Vogue. HEX triplet: 12, 42 and 53. RGB value is (18,66,83). Sum of RGB (Red+Green+Blue) = 18+66+83=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #124253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124253 is #EDBDAC. Grayscale: #353535. Windows color (decimal): -15580589 or 5456402. OLE color: 5456402.

HSL color Cylindrical-coordinate representation of color #124253: hue angle of 195.69º 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 #124253 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB186683-
CMYK0.780.2000.67
HSL195.69º64.36%19.8%-
HSV(B)195.69º78.31%32.55%-
XYZ3.764.658.88-
YUV53.59144.6102.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=10.78%
G=39.52%
B=49.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1866830.780.2000.67195.6964.3619.8
Hex1242534E14043c44014
Octal2210212311624010330410024
Binary10010100001010100111001110101000100001111000100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124253; }

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

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

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

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

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

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

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

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