#0D3426

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

Shades of Dark Green #0D3426

Tints of Dark Green #0D3426

Color information

#0D3426 (or 0x0D3426) is unknown color: approx Dark Green. HEX triplet: 0D, 34 and 26. RGB value is (13,52,38). Sum of RGB (Red+Green+Blue) = 13+52+38=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3426 is #F2CBD9. Grayscale: #262626. Windows color (decimal): -15911898 or 2503693. OLE color: 2503693.

HSL color Cylindrical-coordinate representation of color #0D3426: hue angle of 158.46º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3426 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB135238-
CMYK0.7500.270.80
HSL158.46º60%12.75%-
HSV(B)158.46º75%20.39%-
XYZ1.742.682.26-
YUV38.74127.58109.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=12.62%
G=50.49%
B=36.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352380.7500.270.80158.466012.75
HexD34264B01B509e3cd
Octal1564461130331202367415
Binary110111010010011010010110110111010000100111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,38); }

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

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

 a { background-color: rgb(13,52,38); }

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

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

 span { border-color: rgb(13,52,38); }

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