Html Css Color HEX #053F0C Myrtle

📋 copy color: '#053F0C'

red 5 ◦ green 63 ◦ blue 12

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

Shades of Myrtle #053F0C

Tints of Myrtle #053F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 78.75%

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

R = 6.25%
G = 78.75%
B = 15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#053F0C (or 0x053F0C) is known color: Myrtle. HEX triplet: 05, 3F and 0C. RGB value is (5,63,12). Sum of RGB (Red+Green+Blue) = 5+63+12=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 63 (25% from 255 or 78.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 63 - color contains mainly: green. Hex color #053F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F0C is #FAC0F3. Grayscale: #272727. Windows color (decimal): -16433396 or 802565. OLE color: 802565.

HSL color Cylindrical-coordinate representation of color #053F0C: hue angle of 127.24º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F0C is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 63 12 -
CMYK 0.92 0 0.81 0.75
HSL 127.24º 0.85% 0.13% -
HSV(B) 127.24º 0.92% 0.25% -
XYZ 1.91 3.61 0.94 -
YUV 39.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 5 63 12 0.92 0 0.81 0.75 127.24 0.85 0.13
Hex 5 3F C 5C 0 51 4B 7F 55 D
Octal 5 77 14 134 0 121 113 177 125 15
Binary 101 111111 1100 1011100 0 1010001 1001011 1111111 1010101 1101

Color Harmonies of #053F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F0C

Black with #053F0C

Text Example


Text Example

White with #053F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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