#10424F

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

Shades of Green Vogue #10424F

Tints of Green Vogue #10424F

Color information

#10424F (or 0x10424F) is unknown color: approx Green Vogue. HEX triplet: 10, 42 and 4F. RGB value is (16,66,79). Sum of RGB (Red+Green+Blue) = 16+66+79=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #10424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10424F is #EFBDB0. Grayscale: #343434. Windows color (decimal): -15711665 or 5194256. OLE color: 5194256.

HSL color Cylindrical-coordinate representation of color #10424F: hue angle of 192.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10424F is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166679-
CMYK0.800.1600.69
HSL192.38º66.32%18.63%-
HSV(B)192.38º79.75%30.98%-
XYZ3.574.578.09-
YUV52.53142.94101.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=9.94%
G=40.99%
B=49.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1666790.800.1600.69192.3866.3218.63
Hex10424F5010045c04213
Octal2010211712020010530010223
Binary10000100001010011111010000100000100010111000000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,66,79); }

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

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

 a { background-color: rgb(16,66,79); }

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

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

 span { border-color: rgb(16,66,79); }

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