Html Css Color HEX #0A3702 Myrtle

📋 copy color: '#0A3702'

red 10 ◦ green 55 ◦ blue 2

#0A3702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0A3702

Tints of Myrtle #0A3702

RGB

 RED value IS 10 (4.3% from 255) = 14.93%

 GREEN value IS 55 (21.88% from 255) = 82.09%

 BLUE value IS 2 (1.17% from 255) = 2.99%

R = 14.93%
G = 82.09%
B = 2.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#0A3702 (or 0x0A3702) is known color: Myrtle. HEX triplet: 0A, 37 and 02. RGB value is (10,55,2). Sum of RGB (Red+Green+Blue) = 10+55+2=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 55 (21.88% from 255 or 82.09% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3702 is #F5C8FD. Grayscale: #232323. Windows color (decimal): -16107774 or 145162. OLE color: 145162.

HSL color Cylindrical-coordinate representation of color #0A3702: hue angle of 110.94º 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 #0A3702 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 2 -
CMYK 0.82 0 0.96 0.78
HSL 110.94º 0.93% 0.11% -
HSV(B) 110.94º 0.96% 0.22% -
XYZ 1.5 2.8 0.52 -
YUV 35.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 10 55 2 0.82 0 0.96 0.78 110.94 0.93 0.11
Hex A 37 2 52 0 60 4E 6F 5D B
Octal 12 67 2 122 0 140 116 157 135 13
Binary 1010 110111 10 1010010 0 1100000 1001110 1101111 1011101 1011

Color Harmonies of #0A3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3702

Black with #0A3702

Text Example


Text Example

White with #0A3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A3702;
 }
 .AnyTagClassName
 {
   color: #0A3702;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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