Html Css Color HEX #053A02 Myrtle

📋 copy color: '#053A02'

red 5 ◦ green 58 ◦ blue 2

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

Shades of Myrtle #053A02

Tints of Myrtle #053A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 89.23%

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

R = 7.69%
G = 89.23%
B = 3.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#053A02 (or 0x053A02) is known color: Myrtle. HEX triplet: 05, 3A and 02. RGB value is (5,58,2). Sum of RGB (Red+Green+Blue) = 5+58+2=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 58 (23.05% from 255 or 89.23% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 58 - color contains mainly: green. Hex color #053A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A02 is #FAC5FD. Grayscale: #232323. Windows color (decimal): -16434686 or 145925. OLE color: 145925.

HSL color Cylindrical-coordinate representation of color #053A02: hue angle of 116.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053A02 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 2 -
CMYK 0.91 0 0.97 0.77
HSL 116.79º 0.93% 0.12% -
HSV(B) 116.79º 0.97% 0.23% -
XYZ 1.59 3.06 0.56 -
YUV 35.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 5 58 2 0.91 0 0.97 0.77 116.79 0.93 0.12
Hex 5 3A 2 5B 0 61 4D 75 5D C
Octal 5 72 2 133 0 141 115 165 135 14
Binary 101 111010 10 1011011 0 1100001 1001101 1110101 1011101 1100

Color Harmonies of #053A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A02

Black with #053A02

Text Example


Text Example

White with #053A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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