Html Css Color HEX #053800 Myrtle

📋 copy color: '#053800'

red 5 ◦ green 56 ◦ blue 0

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

Shades of Myrtle #053800

Tints of Myrtle #053800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 91.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.2%
G = 91.8%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#053800 (or 0x053800) is known color: Myrtle. HEX triplet: 05, 38 and 00. RGB value is (5,56,0). Sum of RGB (Red+Green+Blue) = 5+56+0=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 56 (22.27% from 255 or 91.80% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 56 - color contains mainly: green. Hex color #053800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053800 is #FAC7FF. Grayscale: #222222. Windows color (decimal): -16435200 or 14341. OLE color: 14341.

HSL color Cylindrical-coordinate representation of color #053800: hue angle of 114.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #053800 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 0 -
CMYK 0.91 0 1 0.78
HSL 114.64º 1% 0.11% -
HSV(B) 114.64º 1% 0.22% -
XYZ 1.48 2.86 0.47 -
YUV 34.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 5 56 0 0.91 0 1 0.78 114.64 1 0.11
Hex 5 38 0 5B 0 64 4E 73 64 B
Octal 5 70 0 133 0 144 116 163 144 13
Binary 101 111000 0 1011011 0 1100100 1001110 1110011 1100100 1011

Color Harmonies of #053800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053800

Black with #053800

Text Example


Text Example

White with #053800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053800; }

 p { color: rgb(5,56,0); }

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

background-color css

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

 a { background-color: rgb(5,56,0); }

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

border-color css

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

 span { border-color: rgb(5,56,0); }

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