Html Css Color HEX #05530C Myrtle

📋 copy color: '#05530C'

red 5 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #05530C

Tints of Myrtle #05530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 83%

 BLUE value IS 12 (5.08% from 255) = 12%

R = 5%
G = 83%
B = 12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#05530C (or 0x05530C) is known color: Myrtle. HEX triplet: 05, 53 and 0C. RGB value is (5,83,12). Sum of RGB (Red+Green+Blue) = 5+83+12=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 83 (32.81% from 255 or 83% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 83 - color contains mainly: green. Hex color #05530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530C is #FAACF3. Grayscale: #333333. Windows color (decimal): -16428276 or 807685. OLE color: 807685.

HSL color Cylindrical-coordinate representation of color #05530C: hue angle of 125.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05530C is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 12 -
CMYK 0.94 0 0.86 0.67
HSL 125.38º 0.89% 0.17% -
HSV(B) 125.38º 0.94% 0.33% -
XYZ 3.22 6.25 1.38 -
YUV 51.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 5 83 12 0.94 0 0.86 0.67 125.38 0.89 0.17
Hex 5 53 C 5E 0 56 43 7D 59 11
Octal 5 123 14 136 0 126 103 175 131 21
Binary 101 1010011 1100 1011110 0 1010110 1000011 1111101 1011001 10001

Color Harmonies of #05530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05530C

Black with #05530C

Text Example


Text Example

White with #05530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05530C; }

 p { color: rgb(5,83,12); }

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

background-color css

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

 a { background-color: rgb(5,83,12); }

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

border-color css

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

 span { border-color: rgb(5,83,12); }

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