#063008

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

Shades of Myrtle #063008

Tints of Myrtle #063008

Color information

#063008 (or 0x063008) is unknown color: approx Myrtle. HEX triplet: 06, 30 and 08. RGB value is (6,48,8). Sum of RGB (Red+Green+Blue) = 6+48+8=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #063008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063008 is #F9CFF7. Grayscale: #1F1F1F. Windows color (decimal): -16371704 or 536582. OLE color: 536582.

HSL color Cylindrical-coordinate representation of color #063008: hue angle of 122.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063008 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB6488-
CMYK0.8700.830.81
HSL122.86º77.78%10.59%-
HSV(B)122.86º87.5%18.82%-
XYZ1.182.170.59-
YUV30.88115.09110.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=9.68%
G=77.42%
B=12.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal64880.8700.830.81122.8677.7810.59
Hex630857053517b4eb
Octal66010127012312117311613
Binary11011000010001010111010100111010001111101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063008; }

 p { color: rgb(6,48,8); }

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

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

 a { background-color: rgb(6,48,8); }

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

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

 span { border-color: rgb(6,48,8); }

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