#0D3E4F

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

Shades of Green Vogue #0D3E4F

Tints of Green Vogue #0D3E4F

Color information

#0D3E4F (or 0x0D3E4F) is unknown color: approx Green Vogue. HEX triplet: 0D, 3E and 4F. RGB value is (13,62,79). Sum of RGB (Red+Green+Blue) = 13+62+79=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D3E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3E4F is #F2C1B0. Grayscale: #313131. Windows color (decimal): -15909297 or 5193229. OLE color: 5193229.

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

Color convert

RGB136279-
CMYK0.840.2200.69
HSL195.45º71.74%18.04%-
HSV(B)195.45º83.54%30.98%-
XYZ3.34.18.01-
YUV49.29144.77102.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.44%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=8.44%
G=40.26%
B=51.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1362790.840.2200.69195.4571.7418.04
HexD3E4F5416045c34812
Octal157611712426010530311022
Binary110111111010011111010100101100100010111000011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,62,79); }

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

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

 a { background-color: rgb(13,62,79); }

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

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

 span { border-color: rgb(13,62,79); }

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