Html Css Color HEX #003F06 Myrtle

📋 copy color: '#003F06'

red 0 ◦ green 63 ◦ blue 6

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

Shades of Myrtle #003F06

Tints of Myrtle #003F06

RGB

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

 GREEN value IS 63 (25% from 255) = 91.3%

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

R = 0%
G = 91.3%
B = 8.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#003F06 (or 0x003F06) is known color: Myrtle. HEX triplet: 00, 3F and 06. RGB value is (0,63,6). Sum of RGB (Red+Green+Blue) = 0+63+6=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 63 (25% from 255 or 91.30% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 63 - color contains mainly: green. Hex color #003F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F06 is #FFC0F9. Grayscale: #252525. Windows color (decimal): -16761082 or 409344. OLE color: 409344.

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

Color convert

RGB 0 63 6 -
CMYK 1 0 0.90 0.75
HSL 125.71º 1% 0.12% -
HSV(B) 125.71º 1% 0.25% -
XYZ 1.81 3.57 0.77 -
YUV 37.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 0 63 6 1 0 0.90 0.75 125.71 1 0.12
Hex 0 3F 6 64 0 5A 4B 7E 64 C
Octal 0 77 6 144 0 132 113 176 144 14
Binary 0 111111 110 1100100 0 1011010 1001011 1111110 1100100 1100

Color Harmonies of #003F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F06

Black with #003F06

Text Example


Text Example

White with #003F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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