Html Css Color HEX #004702 Myrtle

📋 copy color: '#004702'

red 0 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #004702

Tints of Myrtle #004702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 97.26%

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

R = 0%
G = 97.26%
B = 2.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#004702 (or 0x004702) is known color: Myrtle. HEX triplet: 00, 47 and 02. RGB value is (0,71,2). Sum of RGB (Red+Green+Blue) = 0+71+2=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 71 (28.12% from 255 or 97.26% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 71 - color contains mainly: green. Hex color #004702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004702 is #FFB8FD. Grayscale: #2A2A2A. Windows color (decimal): -16759038 or 149248. OLE color: 149248.

HSL color Cylindrical-coordinate representation of color #004702: hue angle of 121.69º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004702 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 2 -
CMYK 1 0 0.97 0.72
HSL 121.69º 1% 0.14% -
HSV(B) 121.69º 1% 0.28% -
XYZ 2.26 4.51 0.81 -
YUV 41.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 0 71 2 1 0 0.97 0.72 121.69 1 0.14
Hex 0 47 2 64 0 61 48 7A 64 E
Octal 0 107 2 144 0 141 110 172 144 16
Binary 0 1000111 10 1100100 0 1100001 1001000 1111010 1100100 1110

Color Harmonies of #004702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004702

Black with #004702

Text Example


Text Example

White with #004702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004702; }

 p { color: rgb(0,71,2); }

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

background-color css

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

 a { background-color: rgb(0,71,2); }

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

border-color css

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

 span { border-color: rgb(0,71,2); }

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