#062505

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

Shades of Myrtle #062505

Tints of Myrtle #062505

Color information

#062505 (or 0x062505) is unknown color: approx Myrtle. HEX triplet: 06, 25 and 05. RGB value is (6,37,5). Sum of RGB (Red+Green+Blue) = 6+37+5=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #062505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062505 is #F9DAFA. Grayscale: #181818. Windows color (decimal): -16374523 or 337158. OLE color: 337158.

HSL color Cylindrical-coordinate representation of color #062505: hue angle of 118.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062505 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB6375-
CMYK0.8400.860.85
HSL118.12º76.19%8.24%-
HSV(B)118.12º86.49%14.51%-
XYZ0.761.370.37-
YUV24.08117.23115.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 37 (14.84% from 255) = 77.08%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=12.5%
G=77.08%
B=10.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal63750.8400.860.85118.1276.198.24
Hex62555405655764c8
Octal6455124012612516611410
Binary1101001011011010100010101101010101111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062505; }

 p { color: rgb(6,37,5); }

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

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

 a { background-color: rgb(6,37,5); }

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

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

 span { border-color: rgb(6,37,5); }

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