Html Css Color HEX #004808 Myrtle

📋 copy color: '#004808'

red 0 ◦ green 72 ◦ blue 8

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

Shades of Myrtle #004808

Tints of Myrtle #004808

RGB

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

 GREEN value IS 72 (28.52% from 255) = 90%

 BLUE value IS 8 (3.52% from 255) = 10%

R = 0%
G = 90%
B = 10%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#004808 (or 0x004808) is known color: Myrtle. HEX triplet: 00, 48 and 08. RGB value is (0,72,8). Sum of RGB (Red+Green+Blue) = 0+72+8=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 72 (28.52% from 255 or 90% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 72 - color contains mainly: green. Hex color #004808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004808 is #FFB7F7. Grayscale: #2B2B2B. Windows color (decimal): -16758776 or 542720. OLE color: 542720.

HSL color Cylindrical-coordinate representation of color #004808: hue angle of 126.67º 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 #004808 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 72 8 -
CMYK 1 0 0.89 0.72
HSL 126.67º 1% 0.14% -
HSV(B) 126.67º 1% 0.28% -
XYZ 2.36 4.65 1 -
YUV 43.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 0 72 8 1 0 0.89 0.72 126.67 1 0.14
Hex 0 48 8 64 0 59 48 7F 64 E
Octal 0 110 10 144 0 131 110 177 144 16
Binary 0 1001000 1000 1100100 0 1011001 1001000 1111111 1100100 1110

Color Harmonies of #004808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004808

Black with #004808

Text Example


Text Example

White with #004808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004808; }

 p { color: rgb(0,72,8); }

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

background-color css

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

 a { background-color: rgb(0,72,8); }

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

border-color css

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

 span { border-color: rgb(0,72,8); }

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