#0D3D50

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

Shades of Green Vogue #0D3D50

Tints of Green Vogue #0D3D50

Color information

#0D3D50 (or 0x0D3D50) is unknown color: approx Green Vogue. HEX triplet: 0D, 3D and 50. RGB value is (13,61,80). Sum of RGB (Red+Green+Blue) = 13+61+80=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3D50 is #F2C2AF. Grayscale: #303030. Windows color (decimal): -15909552 or 5258509. OLE color: 5258509.

HSL color Cylindrical-coordinate representation of color #0D3D50: hue angle of 197.01º 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 #0D3D50 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB136180-
CMYK0.840.2400.69
HSL197.01º72.04%18.24%-
HSV(B)197.01º83.75%31.37%-
XYZ3.2848.19-
YUV48.81145.6102.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=8.44%
G=39.61%
B=51.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1361800.840.2400.69197.0172.0418.24
HexD3D505418045c54812
Octal157512012430010530511022
Binary110111110110100001010100110000100010111000101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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