Html Css Color HEX #045006 Myrtle

📋 copy color: '#045006'

red 4 ◦ green 80 ◦ blue 6

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

Shades of Myrtle #045006

Tints of Myrtle #045006

RGB

 RED value IS 4 (1.95% from 255) = 4.44%

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

 BLUE value IS 6 (2.73% from 255) = 6.67%

R = 4.44%
G = 88.89%
B = 6.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#045006 (or 0x045006) is known color: Myrtle. HEX triplet: 04, 50 and 06. RGB value is (4,80,6). Sum of RGB (Red+Green+Blue) = 4+80+6=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #045006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045006 is #FBAFF9. Grayscale: #313131. Windows color (decimal): -16494586 or 413700. OLE color: 413700.

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

Color convert

RGB 4 80 6 -
CMYK 0.95 0 0.92 0.69
HSL 121.58º 0.9% 0.16% -
HSV(B) 121.58º 0.95% 0.31% -
XYZ 2.95 5.78 1.13 -
YUV 48.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 4 80 6 0.95 0 0.92 0.69 121.58 0.9 0.16
Hex 4 50 6 5F 0 5C 45 7A 5A 10
Octal 4 120 6 137 0 134 105 172 132 20
Binary 100 1010000 110 1011111 0 1011100 1000101 1111010 1011010 10000

Color Harmonies of #045006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045006

Black with #045006

Text Example


Text Example

White with #045006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045006; }

 p { color: rgb(4,80,6); }

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

background-color css

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

 a { background-color: rgb(4,80,6); }

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

border-color css

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

 span { border-color: rgb(4,80,6); }

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