#005205

Color #005205 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #005205

Tints of Myrtle #005205

Color information

#005205 (or 0x005205) is unknown color: approx Myrtle. HEX triplet: 00, 52 and 05. RGB value is (0,82,5). Sum of RGB (Red+Green+Blue) = 0+82+5=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 82 (32.42% from 255 or 94.25% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 82 - color contains mainly: green. Hex color #005205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005205 is #FFADFA. Grayscale: #303030. Windows color (decimal): -16756219 or 348672. OLE color: 348672.

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

Color convert

RGB0825-
CMYK100.940.68
HSL123.66º100%16.08%-
HSV(B)123.66º100%32.16%-
XYZ3.046.051.15-
YUV48.7103.3393.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 94.25%
BLUE value IS 5 (2.34% from 255) = 5.75%
R=0%
G=94.25%
B=5.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0825100.940.68123.6610016.08
Hex05256405E447c6410
Octal01225144013610417414420
Binary0101001010111001000101111010001001111100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005205; }

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

 H1.HeaderClassName
 {
   color: #005205;
 }
 .AnyTagClassName
 {
   color: #005205;
 }
</style>
background-color css

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

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

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

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

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

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