Html Css Color HEX #053309 Myrtle

📋 copy color: '#053309'

red 5 ◦ green 51 ◦ blue 9

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

Shades of Myrtle #053309

Tints of Myrtle #053309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 7.69%
G = 78.46%
B = 13.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#053309 (or 0x053309) is known color: Myrtle. HEX triplet: 05, 33 and 09. RGB value is (5,51,9). Sum of RGB (Red+Green+Blue) = 5+51+9=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #053309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053309 is #FACCF6. Grayscale: #202020. Windows color (decimal): -16436471 or 602885. OLE color: 602885.

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

Color convert

RGB 5 51 9 -
CMYK 0.90 0 0.82 0.8
HSL 125.22º 0.82% 0.11% -
HSV(B) 125.22º 0.9% 0.2% -
XYZ 1.3 2.42 0.66 -
YUV 32.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 5 51 9 0.90 0 0.82 0.8 125.22 0.82 0.11
Hex 5 33 9 5A 0 52 50 7D 52 B
Octal 5 63 11 132 0 122 120 175 122 13
Binary 101 110011 1001 1011010 0 1010010 1010000 1111101 1010010 1011

Color Harmonies of #053309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053309

Black with #053309

Text Example


Text Example

White with #053309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053309; }

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

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

background-color css

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

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

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

border-color css

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

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

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