Html Css Color HEX #05420C Myrtle

📋 copy color: '#05420C'

red 5 ◦ green 66 ◦ blue 12

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

Shades of Myrtle #05420C

Tints of Myrtle #05420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 79.52%

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

R = 6.02%
G = 79.52%
B = 14.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#05420C (or 0x05420C) is known color: Myrtle. HEX triplet: 05, 42 and 0C. RGB value is (5,66,12). Sum of RGB (Red+Green+Blue) = 5+66+12=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #05420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05420C is #FABDF3. Grayscale: #292929. Windows color (decimal): -16432628 or 803333. OLE color: 803333.

HSL color Cylindrical-coordinate representation of color #05420C: hue angle of 126.89º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05420C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 12 -
CMYK 0.92 0 0.82 0.74
HSL 126.89º 0.86% 0.14% -
HSV(B) 126.89º 0.92% 0.26% -
XYZ 2.08 3.96 1 -
YUV 41.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 5 66 12 0.92 0 0.82 0.74 126.89 0.86 0.14
Hex 5 42 C 5C 0 52 4A 7F 56 E
Octal 5 102 14 134 0 122 112 177 126 16
Binary 101 1000010 1100 1011100 0 1010010 1001010 1111111 1010110 1110

Color Harmonies of #05420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05420C

Black with #05420C

Text Example


Text Example

White with #05420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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