#0D3B50

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

Shades of Green Vogue #0D3B50

Tints of Green Vogue #0D3B50

Color information

#0D3B50 (or 0x0D3B50) is unknown color: approx Green Vogue. HEX triplet: 0D, 3B and 50. RGB value is (13,59,80). Sum of RGB (Red+Green+Blue) = 13+59+80=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3B50 is #F2C4AF. Grayscale: #2F2F2F. Windows color (decimal): -15910064 or 5257997. OLE color: 5257997.

HSL color Cylindrical-coordinate representation of color #0D3B50: hue angle of 198.81º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3B50 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB135980-
CMYK0.840.2600.69
HSL198.81º72.04%18.24%-
HSV(B)198.81º83.75%31.37%-
XYZ3.183.798.15-
YUV47.64146.26103.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=8.55%
G=38.82%
B=52.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1359800.840.2600.69198.8172.0418.24
HexD3B50541A045c74812
Octal157312012432010530711022
Binary110111101110100001010100110100100010111000111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,59,80); }

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

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

 a { background-color: rgb(13,59,80); }

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

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

 span { border-color: rgb(13,59,80); }

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