Html Css Color HEX #003A06 Myrtle

📋 copy color: '#003A06'

red 0 ◦ green 58 ◦ blue 6

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

Shades of Myrtle #003A06

Tints of Myrtle #003A06

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 90.63%

 BLUE value IS 6 (2.73% from 255) = 9.38%

R = 0%
G = 90.63%
B = 9.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.77

RGB Variations

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

Color information

#003A06 (or 0x003A06) is known color: Myrtle. HEX triplet: 00, 3A and 06. RGB value is (0,58,6). Sum of RGB (Red+Green+Blue) = 0+58+6=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 58 (23.05% from 255 or 90.62% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 58 - color contains mainly: green. Hex color #003A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A06 is #FFC5F9. Grayscale: #222222. Windows color (decimal): -16762362 or 408064. OLE color: 408064.

HSL color Cylindrical-coordinate representation of color #003A06: hue angle of 126.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A06 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 6 -
CMYK 1 0 0.90 0.77
HSL 126.21º 1% 0.11% -
HSV(B) 126.21º 1% 0.23% -
XYZ 1.55 3.04 0.68 -
YUV 34.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 0 58 6 1 0 0.90 0.77 126.21 1 0.11
Hex 0 3A 6 64 0 5A 4D 7E 64 B
Octal 0 72 6 144 0 132 115 176 144 13
Binary 0 111010 110 1100100 0 1011010 1001101 1111110 1100100 1011

Color Harmonies of #003A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A06

Black with #003A06

Text Example


Text Example

White with #003A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A06; }

 p { color: rgb(0,58,6); }

 H1.HeaderClassName
 {
   color: #003A06;
 }
 .AnyTagClassName
 {
   color: #003A06;
 }
</style>

background-color css

<style>
 a { background-color: #003A06; }

 a { background-color: rgb(0,58,6); }

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

border-color css

<style>
 span { border-color: #003A06; }

 span { border-color: rgb(0,58,6); }

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