Html Css Color HEX #045001 Myrtle

📋 copy color: '#045001'

red 4 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #045001

Tints of Myrtle #045001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 4.71%
G = 94.12%
B = 1.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#045001 (or 0x045001) is known color: Myrtle. HEX triplet: 04, 50 and 01. RGB value is (4,80,1). Sum of RGB (Red+Green+Blue) = 4+80+1=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 80 (31.64% from 255 or 94.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 80 - color contains mainly: green. Hex color #045001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045001 is #FBAFFE. Grayscale: #303030. Windows color (decimal): -16494591 or 86020. OLE color: 86020.

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

Color convert

RGB 4 80 1 -
CMYK 0.95 0 0.99 0.69
HSL 117.72º 0.98% 0.16% -
HSV(B) 117.72º 0.99% 0.31% -
XYZ 2.92 5.77 0.99 -
YUV 48.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 4 80 1 0.95 0 0.99 0.69 117.72 0.98 0.16
Hex 4 50 1 5F 0 63 45 76 62 10
Octal 4 120 1 137 0 143 105 166 142 20
Binary 100 1010000 1 1011111 0 1100011 1000101 1110110 1100010 10000

Color Harmonies of #045001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045001

Black with #045001

Text Example


Text Example

White with #045001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045001; }

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

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

background-color css

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

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

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

border-color css

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

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

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