#0A3426

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

Shades of Dark Green #0A3426

Tints of Dark Green #0A3426

Color information

#0A3426 (or 0x0A3426) is unknown color: approx Dark Green. HEX triplet: 0A, 34 and 26. RGB value is (10,52,38). Sum of RGB (Red+Green+Blue) = 10+52+38=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3426 is #F5CBD9. Grayscale: #252525. Windows color (decimal): -16108506 or 2503690. OLE color: 2503690.

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

Color convert

RGB105238-
CMYK0.8100.270.80
HSL160º67.74%12.16%-
HSV(B)160º80.77%20.39%-
XYZ1.72.662.26-
YUV37.85128.09108.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 38 (15.23% from 255) = 38%
R=10%
G=52%
B=38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052380.8100.270.8016067.7412.16
HexA34265101B50a044c
Octal12644612103312024010414
Binary1010110100100110101000101101110100001010000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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