Html Css Color HEX #004505 Myrtle

📋 copy color: '#004505'

red 0 ◦ green 69 ◦ blue 5

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

Shades of Myrtle #004505

Tints of Myrtle #004505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 0%
G = 93.24%
B = 6.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#004505 (or 0x004505) is known color: Myrtle. HEX triplet: 00, 45 and 05. RGB value is (0,69,5). Sum of RGB (Red+Green+Blue) = 0+69+5=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 69 (27.34% from 255 or 93.24% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 69 - color contains mainly: green. Hex color #004505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004505 is #FFBAFA. Grayscale: #292929. Windows color (decimal): -16759547 or 345344. OLE color: 345344.

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

Color convert

RGB 0 69 5 -
CMYK 1 0 0.93 0.73
HSL 124.35º 1% 0.14% -
HSV(B) 124.35º 1% 0.27% -
XYZ 2.16 4.27 0.85 -
YUV 41.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 0 69 5 1 0 0.93 0.73 124.35 1 0.14
Hex 0 45 5 64 0 5D 49 7C 64 E
Octal 0 105 5 144 0 135 111 174 144 16
Binary 0 1000101 101 1100100 0 1011101 1001001 1111100 1100100 1110

Color Harmonies of #004505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004505

Black with #004505

Text Example


Text Example

White with #004505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004505; }

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

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

background-color css

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

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

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

border-color css

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

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

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