#061C00

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

Shades of Myrtle #061C00

Tints of Myrtle #061C00

Color information

#061C00 (or 0x061C00) is unknown color: approx Myrtle. HEX triplet: 06, 1C and 00. RGB value is (6,28,0). Sum of RGB (Red+Green+Blue) = 6+28+0=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 28 (11.33% from 255 or 82.35% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 28 - color contains mainly: green. Hex color #061C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C00 is #F9E3FF. Grayscale: #121212. Windows color (decimal): -16376832 or 7174. OLE color: 7174.

HSL color Cylindrical-coordinate representation of color #061C00: hue angle of 107.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #061C00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB6280-
CMYK0.79010.89
HSL107.14º100%5.49%-
HSV(B)107.14º100%10.98%-
XYZ0.490.870.14-
YUV18.23117.71119.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.65%
GREEN value IS 28 (11.33% from 255) = 82.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.65%
G=82.35%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal62800.79010.89107.141005.49
Hex61C04F064596b645
Octal634011701441311531445
Binary110111000100111101100100101100111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061C00; }

 p { color: rgb(6,28,0); }

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

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

 a { background-color: rgb(6,28,0); }

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

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

 span { border-color: rgb(6,28,0); }

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