Html Css Color HEX #053B00 Myrtle

📋 copy color: '#053B00'

red 5 ◦ green 59 ◦ blue 0

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

Shades of Myrtle #053B00

Tints of Myrtle #053B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 92.19%

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

R = 7.81%
G = 92.19%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#053B00 (or 0x053B00) is known color: Myrtle. HEX triplet: 05, 3B and 00. RGB value is (5,59,0). Sum of RGB (Red+Green+Blue) = 5+59+0=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 59 (23.44% from 255 or 92.19% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 59 - color contains mainly: green. Hex color #053B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B00 is #FAC4FF. Grayscale: #242424. Windows color (decimal): -16434432 or 15109. OLE color: 15109.

HSL color Cylindrical-coordinate representation of color #053B00: hue angle of 114.92º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #053B00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 59 0 -
CMYK 0.92 0 1 0.77
HSL 114.92º 1% 0.12% -
HSV(B) 114.92º 1% 0.23% -
XYZ 1.63 3.16 0.52 -
YUV 36.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 5 59 0 0.92 0 1 0.77 114.92 1 0.12
Hex 5 3B 0 5C 0 64 4D 73 64 C
Octal 5 73 0 134 0 144 115 163 144 14
Binary 101 111011 0 1011100 0 1100100 1001101 1110011 1100100 1100

Color Harmonies of #053B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B00

Black with #053B00

Text Example


Text Example

White with #053B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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