Html Css Color HEX #053307 Myrtle

📋 copy color: '#053307'

red 5 ◦ green 51 ◦ blue 7

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

Shades of Myrtle #053307

Tints of Myrtle #053307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.11%

R = 7.94%
G = 80.95%
B = 11.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#053307 (or 0x053307) is known color: Myrtle. HEX triplet: 05, 33 and 07. RGB value is (5,51,7). Sum of RGB (Red+Green+Blue) = 5+51+7=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #053307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053307 is #FACCF8. Grayscale: #202020. Windows color (decimal): -16436473 or 471813. OLE color: 471813.

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

Color convert

RGB 5 51 7 -
CMYK 0.90 0 0.86 0.8
HSL 122.61º 0.82% 0.11% -
HSV(B) 122.61º 0.9% 0.2% -
XYZ 1.28 2.42 0.6 -
YUV 32.23 113.76 108.58 -
System Red Green Blue C M Y K H S L
Decimal 5 51 7 0.90 0 0.86 0.8 122.61 0.82 0.11
Hex 5 33 7 5A 0 56 50 7B 52 B
Octal 5 63 7 132 0 126 120 173 122 13
Binary 101 110011 111 1011010 0 1010110 1010000 1111011 1010010 1011

Color Harmonies of #053307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053307

Black with #053307

Text Example


Text Example

White with #053307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053307; }

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

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

background-color css

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

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

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

border-color css

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

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

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