Html Css Color HEX #054002 Myrtle

📋 copy color: '#054002'

red 5 ◦ green 64 ◦ blue 2

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

Shades of Myrtle #054002

Tints of Myrtle #054002

RGB

 RED value IS 5 (2.34% from 255) = 7.04%

 GREEN value IS 64 (25.39% from 255) = 90.14%

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

R = 7.04%
G = 90.14%
B = 2.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#054002 (or 0x054002) is known color: Myrtle. HEX triplet: 05, 40 and 02. RGB value is (5,64,2). Sum of RGB (Red+Green+Blue) = 5+64+2=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 64 (25.39% from 255 or 90.14% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 64 - color contains mainly: green. Hex color #054002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054002 is #FABFFD. Grayscale: #272727. Windows color (decimal): -16433150 or 147461. OLE color: 147461.

HSL color Cylindrical-coordinate representation of color #054002: hue angle of 117.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054002 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 2 -
CMYK 0.92 0 0.97 0.75
HSL 117.1º 0.94% 0.13% -
HSV(B) 117.1º 0.97% 0.25% -
XYZ 1.91 3.7 0.67 -
YUV 39.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 5 64 2 0.92 0 0.97 0.75 117.1 0.94 0.13
Hex 5 40 2 5C 0 61 4B 75 5E D
Octal 5 100 2 134 0 141 113 165 136 15
Binary 101 1000000 10 1011100 0 1100001 1001011 1110101 1011110 1101

Color Harmonies of #054002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054002

Black with #054002

Text Example


Text Example

White with #054002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054002; }

 p { color: rgb(5,64,2); }

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

background-color css

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

 a { background-color: rgb(5,64,2); }

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

border-color css

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

 span { border-color: rgb(5,64,2); }

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