Html Css Color HEX #053302 Myrtle

📋 copy color: '#053302'

red 5 ◦ green 51 ◦ blue 2

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

Shades of Myrtle #053302

Tints of Myrtle #053302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 87.93%

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

R = 8.62%
G = 87.93%
B = 3.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#053302 (or 0x053302) is known color: Myrtle. HEX triplet: 05, 33 and 02. RGB value is (5,51,2). Sum of RGB (Red+Green+Blue) = 5+51+2=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 51 (20.31% from 255 or 87.93% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 51 - color contains mainly: green. Hex color #053302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053302 is #FACCFD. Grayscale: #1F1F1F. Windows color (decimal): -16436478 or 144133. OLE color: 144133.

HSL color Cylindrical-coordinate representation of color #053302: hue angle of 116.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053302 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 2 -
CMYK 0.90 0 0.96 0.8
HSL 116.33º 0.92% 0.1% -
HSV(B) 116.33º 0.96% 0.2% -
XYZ 1.26 2.4 0.46 -
YUV 31.66 111.26 108.98 -
System Red Green Blue C M Y K H S L
Decimal 5 51 2 0.90 0 0.96 0.8 116.33 0.92 0.1
Hex 5 33 2 5A 0 60 50 74 5C A
Octal 5 63 2 132 0 140 120 164 134 12
Binary 101 110011 10 1011010 0 1100000 1010000 1110100 1011100 1010

Color Harmonies of #053302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053302

Black with #053302

Text Example


Text Example

White with #053302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053302; }

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

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

background-color css

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

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

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

border-color css

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

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

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