Html Css Color HEX #053501 Myrtle

📋 copy color: '#053501'

red 5 ◦ green 53 ◦ blue 1

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

Shades of Myrtle #053501

Tints of Myrtle #053501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 89.83%

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

R = 8.47%
G = 89.83%
B = 1.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#053501 (or 0x053501) is known color: Myrtle. HEX triplet: 05, 35 and 01. RGB value is (5,53,1). Sum of RGB (Red+Green+Blue) = 5+53+1=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 53 (21.09% from 255 or 89.83% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 53 - color contains mainly: green. Hex color #053501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053501 is #FACAFE. Grayscale: #202020. Windows color (decimal): -16435967 or 79109. OLE color: 79109.

HSL color Cylindrical-coordinate representation of color #053501: hue angle of 115.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053501 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 1 -
CMYK 0.91 0 0.98 0.79
HSL 115.38º 0.96% 0.11% -
HSV(B) 115.38º 0.98% 0.21% -
XYZ 1.34 2.58 0.46 -
YUV 32.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 5 53 1 0.91 0 0.98 0.79 115.38 0.96 0.11
Hex 5 35 1 5B 0 62 4F 73 60 B
Octal 5 65 1 133 0 142 117 163 140 13
Binary 101 110101 1 1011011 0 1100010 1001111 1110011 1100000 1011

Color Harmonies of #053501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053501

Black with #053501

Text Example


Text Example

White with #053501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053501; }

 p { color: rgb(5,53,1); }

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

background-color css

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

 a { background-color: rgb(5,53,1); }

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

border-color css

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

 span { border-color: rgb(5,53,1); }

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