Html Css Color HEX #004508 Myrtle

📋 copy color: '#004508'

red 0 ◦ green 69 ◦ blue 8

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

Shades of Myrtle #004508

Tints of Myrtle #004508

RGB

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

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

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

R = 0%
G = 89.61%
B = 10.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#004508 (or 0x004508) is known color: Myrtle. HEX triplet: 00, 45 and 08. RGB value is (0,69,8). Sum of RGB (Red+Green+Blue) = 0+69+8=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #004508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004508 is #FFBAF7. Grayscale: #292929. Windows color (decimal): -16759544 or 541952. OLE color: 541952.

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

Color convert

RGB 0 69 8 -
CMYK 1 0 0.88 0.73
HSL 126.96º 1% 0.14% -
HSV(B) 126.96º 1% 0.27% -
XYZ 2.17 4.27 0.94 -
YUV 41.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 0 69 8 1 0 0.88 0.73 126.96 1 0.14
Hex 0 45 8 64 0 58 49 7F 64 E
Octal 0 105 10 144 0 130 111 177 144 16
Binary 0 1000101 1000 1100100 0 1011000 1001001 1111111 1100100 1110

Color Harmonies of #004508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004508

Black with #004508

Text Example


Text Example

White with #004508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004508; }

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

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

background-color css

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

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

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

border-color css

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

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

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