#0F3E51

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

Shades of Green Vogue #0F3E51

Tints of Green Vogue #0F3E51

Color information

#0F3E51 (or 0x0F3E51) is unknown color: approx Green Vogue. HEX triplet: 0F, 3E and 51. RGB value is (15,62,81). Sum of RGB (Red+Green+Blue) = 15+62+81=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F3E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3E51 is #F0C1AE. Grayscale: #313131. Windows color (decimal): -15778223 or 5324303. OLE color: 5324303.

HSL color Cylindrical-coordinate representation of color #0F3E51: hue angle of 197.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3E51 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB156281-
CMYK0.810.2300.68
HSL197.27º68.75%18.82%-
HSV(B)197.27º81.48%31.76%-
XYZ3.44.148.4-
YUV50.11145.43102.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=9.49%
G=39.24%
B=51.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1562810.810.2300.68197.2768.7518.82
HexF3E515117044c54513
Octal177612112127010430510523
Binary111111111010100011010001101110100010011000101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,81); }

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

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

 a { background-color: rgb(15,62,81); }

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

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

 span { border-color: rgb(15,62,81); }

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