#0F4153

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

Shades of Green Vogue #0F4153

Tints of Green Vogue #0F4153

Color information

#0F4153 (or 0x0F4153) is unknown color: approx Green Vogue. HEX triplet: 0F, 41 and 53. RGB value is (15,65,83). Sum of RGB (Red+Green+Blue) = 15+65+83=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F4153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4153 is #F0BEAC. Grayscale: #333333. Windows color (decimal): -15777453 or 5456143. OLE color: 5456143.

HSL color Cylindrical-coordinate representation of color #0F4153: hue angle of 195.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4153 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB156583-
CMYK0.820.2200.67
HSL195.88º69.39%19.22%-
HSV(B)195.88º81.93%32.55%-
XYZ3.654.518.86-
YUV52.1145.44101.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=9.20%
G=39.88%
B=50.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1565830.820.2200.67195.8869.3919.22
HexF41535216043c44513
Octal1710112312226010330410523
Binary1111100000110100111010010101100100001111000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,83); }

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

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

 a { background-color: rgb(15,65,83); }

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

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

 span { border-color: rgb(15,65,83); }

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