#0A3802

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

Shades of Myrtle #0A3802

Tints of Myrtle #0A3802

Color information

#0A3802 (or 0x0A3802) is unknown color: approx Myrtle. HEX triplet: 0A, 38 and 02. RGB value is (10,56,2). Sum of RGB (Red+Green+Blue) = 10+56+2=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #0A3802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3802 is #F5C7FD. Grayscale: #242424. Windows color (decimal): -16107518 or 145418. OLE color: 145418.

HSL color Cylindrical-coordinate representation of color #0A3802: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3802 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB10562-
CMYK0.8200.960.78
HSL111.11º93.1%11.37%-
HSV(B)111.11º96.43%21.96%-
XYZ1.552.90.53-
YUV36.09108.76109.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 56 (22.27% from 255) = 82.35%
BLUE value IS 2 (1.17% from 255) = 2.94%
R=14.71%
G=82.35%
B=2.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105620.8200.960.78111.1193.111.37
HexA382520604E6f5db
Octal12702122014011615713513
Binary1010111000101010010011000001001110110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,56,2); }

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

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

 a { background-color: rgb(10,56,2); }

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

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

 span { border-color: rgb(10,56,2); }

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