#12414F

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

Shades of Green Vogue #12414F

Tints of Green Vogue #12414F

Color information

#12414F (or 0x12414F) is unknown color: approx Green Vogue. HEX triplet: 12, 41 and 4F. RGB value is (18,65,79). Sum of RGB (Red+Green+Blue) = 18+65+79=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #12414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12414F is #EDBEB0. Grayscale: #343434. Windows color (decimal): -15580849 or 5194002. OLE color: 5194002.

HSL color Cylindrical-coordinate representation of color #12414F: hue angle of 193.77º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12414F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB186579-
CMYK0.770.1800.69
HSL193.77º62.89%19.02%-
HSV(B)193.77º77.22%30.98%-
XYZ3.554.478.07-
YUV52.54142.93103.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=11.11%
G=40.12%
B=48.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1865790.770.1800.69193.7762.8919.02
Hex12414F4D12045c23f13
Octal221011171152201053027723
Binary1001010000011001111100110110010010001011100001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12414F; }

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

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

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

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

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

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

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

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