#0D3627

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

Shades of Dark Green #0D3627

Tints of Dark Green #0D3627

Color information

#0D3627 (or 0x0D3627) is unknown color: approx Dark Green. HEX triplet: 0D, 36 and 27. RGB value is (13,54,39). Sum of RGB (Red+Green+Blue) = 13+54+39=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #0D3627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3627 is #F2C9D8. Grayscale: #282828. Windows color (decimal): -15911385 or 2569741. OLE color: 2569741.

HSL color Cylindrical-coordinate representation of color #0D3627: hue angle of 158.05º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3627 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB135439-
CMYK0.7600.280.79
HSL158.05º61.19%13.14%-
HSV(B)158.05º75.93%21.18%-
XYZ1.852.872.38-
YUV40.03127.42108.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=12.26%
G=50.94%
B=36.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1354390.7600.280.79158.0561.1913.14
HexD36274C01C4F9e3dd
Octal1566471140341172367515
Binary110111011010011110011000111001001111100111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,39); }

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

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

 a { background-color: rgb(13,54,39); }

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

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

 span { border-color: rgb(13,54,39); }

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