Html Css Color HEX #053409 Myrtle

📋 copy color: '#053409'

red 5 ◦ green 52 ◦ blue 9

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

Shades of Myrtle #053409

Tints of Myrtle #053409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 78.79%

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

R = 7.58%
G = 78.79%
B = 13.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#053409 (or 0x053409) is known color: Myrtle. HEX triplet: 05, 34 and 09. RGB value is (5,52,9). Sum of RGB (Red+Green+Blue) = 5+52+9=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #053409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053409 is #FACBF6. Grayscale: #212121. Windows color (decimal): -16436215 or 603141. OLE color: 603141.

HSL color Cylindrical-coordinate representation of color #053409: hue angle of 125.11º 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 #053409 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 9 -
CMYK 0.90 0 0.83 0.80
HSL 125.11º 0.82% 0.11% -
HSV(B) 125.11º 0.9% 0.2% -
XYZ 1.34 2.51 0.67 -
YUV 33.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 5 52 9 0.90 0 0.83 0.80 125.11 0.82 0.11
Hex 5 34 9 5A 0 53 50 7D 52 B
Octal 5 64 11 132 0 123 120 175 122 13
Binary 101 110100 1001 1011010 0 1010011 1010000 1111101 1010010 1011

Color Harmonies of #053409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053409

Black with #053409

Text Example


Text Example

White with #053409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053409; }

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

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

background-color css

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

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

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

border-color css

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

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

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