Html Css Color HEX #065213 Myrtle

📋 copy color: '#065213'

red 6 ◦ green 82 ◦ blue 19

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

Shades of Myrtle #065213

Tints of Myrtle #065213

RGB

 RED value IS 6 (2.73% from 255) = 5.61%

 GREEN value IS 82 (32.42% from 255) = 76.64%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 5.61%
G = 76.64%
B = 17.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#065213 (or 0x065213) is known color: Myrtle. HEX triplet: 06, 52 and 13. RGB value is (6,82,19). Sum of RGB (Red+Green+Blue) = 6+82+19=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #065213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065213 is #F9ADEC. Grayscale: #343434. Windows color (decimal): -16362989 or 1266182. OLE color: 1266182.

HSL color Cylindrical-coordinate representation of color #065213: hue angle of 130.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065213 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 19 -
CMYK 0.93 0 0.77 0.68
HSL 130.26º 0.86% 0.17% -
HSV(B) 130.26º 0.93% 0.32% -
XYZ 3.21 6.12 1.63 -
YUV 52.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 6 82 19 0.93 0 0.77 0.68 130.26 0.86 0.17
Hex 6 52 13 5D 0 4D 44 82 56 11
Octal 6 122 23 135 0 115 104 202 126 21
Binary 110 1010010 10011 1011101 0 1001101 1000100 10000010 1010110 10001

Color Harmonies of #065213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065213

Black with #065213

Text Example


Text Example

White with #065213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065213; }

 p { color: rgb(6,82,19); }

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

background-color css

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

 a { background-color: rgb(6,82,19); }

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

border-color css

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

 span { border-color: rgb(6,82,19); }

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