Html Css Color HEX #004504 Myrtle

📋 copy color: '#004504'

red 0 ◦ green 69 ◦ blue 4

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

Shades of Myrtle #004504

Tints of Myrtle #004504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 94.52%

 BLUE value IS 4 (1.95% from 255) = 5.48%

R = 0%
G = 94.52%
B = 5.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#004504 (or 0x004504) is known color: Myrtle. HEX triplet: 00, 45 and 04. RGB value is (0,69,4). Sum of RGB (Red+Green+Blue) = 0+69+4=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 69 (27.34% from 255 or 94.52% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 69 - color contains mainly: green. Hex color #004504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004504 is #FFBAFB. Grayscale: #292929. Windows color (decimal): -16759548 or 279808. OLE color: 279808.

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

Color convert

RGB 0 69 4 -
CMYK 1 0 0.94 0.73
HSL 123.48º 1% 0.14% -
HSV(B) 123.48º 1% 0.27% -
XYZ 2.15 4.27 0.82 -
YUV 40.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 0 69 4 1 0 0.94 0.73 123.48 1 0.14
Hex 0 45 4 64 0 5E 49 7B 64 E
Octal 0 105 4 144 0 136 111 173 144 16
Binary 0 1000101 100 1100100 0 1011110 1001001 1111011 1100100 1110

Color Harmonies of #004504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004504

Black with #004504

Text Example


Text Example

White with #004504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004504; }

 p { color: rgb(0,69,4); }

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

background-color css

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

 a { background-color: rgb(0,69,4); }

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

border-color css

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

 span { border-color: rgb(0,69,4); }

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