#0A3C52

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

Shades of Green Vogue #0A3C52

Tints of Green Vogue #0A3C52

Color information

#0A3C52 (or 0x0A3C52) is unknown color: approx Green Vogue. HEX triplet: 0A, 3C and 52. RGB value is (10,60,82). Sum of RGB (Red+Green+Blue) = 10+60+82=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A3C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C52 is #F5C3AD. Grayscale: #2F2F2F. Windows color (decimal): -16106414 or 5389322. OLE color: 5389322.

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

Color convert

RGB106082-
CMYK0.880.2700.68
HSL198.33º78.26%18.04%-
HSV(B)198.33º87.8%32.16%-
XYZ3.263.918.56-
YUV47.56147.44101.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=6.58%
G=39.47%
B=53.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1060820.880.2700.68198.3378.2618.04
HexA3C52581B044c64e12
Octal127412213033010430611622
Binary101011110010100101011000110110100010011000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3C52; }

 p { color: rgb(10,60,82); }

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

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

 a { background-color: rgb(10,60,82); }

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

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

 span { border-color: rgb(10,60,82); }

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