Html Css Color HEX #005008 Myrtle

📋 copy color: '#005008'

red 0 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #005008

Tints of Myrtle #005008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 90.91%

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

R = 0%
G = 90.91%
B = 9.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#005008 (or 0x005008) is known color: Myrtle. HEX triplet: 00, 50 and 08. RGB value is (0,80,8). Sum of RGB (Red+Green+Blue) = 0+80+8=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 80 (31.64% from 255 or 90.91% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 80 - color contains mainly: green. Hex color #005008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005008 is #FFAFF7. Grayscale: #303030. Windows color (decimal): -16756728 or 544768. OLE color: 544768.

HSL color Cylindrical-coordinate representation of color #005008: hue angle of 126º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005008 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 8 -
CMYK 1 0 0.90 0.69
HSL 126º 1% 0.16% -
HSV(B) 126º 1% 0.31% -
XYZ 2.91 5.75 1.19 -
YUV 47.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 0 80 8 1 0 0.90 0.69 126 1 0.16
Hex 0 50 8 64 0 5A 45 7E 64 10
Octal 0 120 10 144 0 132 105 176 144 20
Binary 0 1010000 1000 1100100 0 1011010 1000101 1111110 1100100 10000

Color Harmonies of #005008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005008

Black with #005008

Text Example


Text Example

White with #005008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005008; }

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

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

background-color css

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

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

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

border-color css

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

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

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