Html Css Color HEX #045002 Myrtle

📋 copy color: '#045002'

red 4 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #045002

Tints of Myrtle #045002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.33%

R = 4.65%
G = 93.02%
B = 2.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#045002 (or 0x045002) is known color: Myrtle. HEX triplet: 04, 50 and 02. RGB value is (4,80,2). Sum of RGB (Red+Green+Blue) = 4+80+2=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 80 (31.64% from 255 or 93.02% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 80 - color contains mainly: green. Hex color #045002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045002 is #FBAFFD. Grayscale: #303030. Windows color (decimal): -16494590 or 151556. OLE color: 151556.

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

Color convert

RGB 4 80 2 -
CMYK 0.95 0 0.98 0.69
HSL 118.46º 0.95% 0.16% -
HSV(B) 118.46º 0.98% 0.31% -
XYZ 2.93 5.77 1.02 -
YUV 48.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 4 80 2 0.95 0 0.98 0.69 118.46 0.95 0.16
Hex 4 50 2 5F 0 62 45 76 5F 10
Octal 4 120 2 137 0 142 105 166 137 20
Binary 100 1010000 10 1011111 0 1100010 1000101 1110110 1011111 10000

Color Harmonies of #045002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045002

Black with #045002

Text Example


Text Example

White with #045002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045002; }

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

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

background-color css

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

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

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

border-color css

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

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

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