Html Css Color HEX #015205 Myrtle

📋 copy color: '#015205'

red 1 ◦ green 82 ◦ blue 5

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

Shades of Myrtle #015205

Tints of Myrtle #015205

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

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

 BLUE value IS 5 (2.34% from 255) = 5.68%

R = 1.14%
G = 93.18%
B = 5.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#015205 (or 0x015205) is known color: Myrtle. HEX triplet: 01, 52 and 05. RGB value is (1,82,5). Sum of RGB (Red+Green+Blue) = 1+82+5=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 82 (32.42% from 255 or 93.18% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 82 - color contains mainly: green. Hex color #015205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015205 is #FEADFA. Grayscale: #313131. Windows color (decimal): -16690683 or 348673. OLE color: 348673.

HSL color Cylindrical-coordinate representation of color #015205: hue angle of 122.96º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015205 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 5 -
CMYK 0.99 0 0.94 0.68
HSL 122.96º 0.98% 0.16% -
HSV(B) 122.96º 0.99% 0.32% -
XYZ 3.06 6.05 1.15 -
YUV 49 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 1 82 5 0.99 0 0.94 0.68 122.96 0.98 0.16
Hex 1 52 5 63 0 5E 44 7B 62 10
Octal 1 122 5 143 0 136 104 173 142 20
Binary 1 1010010 101 1100011 0 1011110 1000100 1111011 1100010 10000

Color Harmonies of #015205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015205

Black with #015205

Text Example


Text Example

White with #015205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015205; }

 p { color: rgb(1,82,5); }

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

background-color css

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

 a { background-color: rgb(1,82,5); }

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

border-color css

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

 span { border-color: rgb(1,82,5); }

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