#0F3D4C

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

Shades of Green Vogue #0F3D4C

Tints of Green Vogue #0F3D4C

Color information

#0F3D4C (or 0x0F3D4C) is unknown color: approx Green Vogue. HEX triplet: 0F, 3D and 4C. RGB value is (15,61,76). Sum of RGB (Red+Green+Blue) = 15+61+76=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F3D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D4C is #F0C2B3. Grayscale: #303030. Windows color (decimal): -15778484 or 4996367. OLE color: 4996367.

HSL color Cylindrical-coordinate representation of color #0F3D4C: hue angle of 194.75º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F3D4C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB156176-
CMYK0.800.2000.70
HSL194.75º67.03%17.84%-
HSV(B)194.75º80.26%29.8%-
XYZ3.173.967.43-
YUV48.96143.26103.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 76 (30.08% from 255) = 50%
R=9.87%
G=40.13%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1561760.800.2000.70194.7567.0317.84
HexF3D4C5014046c34312
Octal177511412024010630310322
Binary111111110110011001010000101000100011011000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,61,76); }

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

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

 a { background-color: rgb(15,61,76); }

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

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

 span { border-color: rgb(15,61,76); }

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