#063800

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

Shades of Myrtle #063800

Tints of Myrtle #063800

Color information

#063800 (or 0x063800) is unknown color: approx Myrtle. HEX triplet: 06, 38 and 00. RGB value is (6,56,0). Sum of RGB (Red+Green+Blue) = 6+56+0=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 56 (22.27% from 255 or 90.32% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 56 - color contains mainly: green. Hex color #063800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063800 is #F9C7FF. Grayscale: #222222. Windows color (decimal): -16369664 or 14342. OLE color: 14342.

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

Color convert

RGB6560-
CMYK0.89010.78
HSL113.57º100%10.98%-
HSV(B)113.57º100%21.96%-
XYZ1.492.870.47-
YUV34.67108.44107.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 56 (22.27% from 255) = 90.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.68%
G=90.32%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal65600.89010.78113.5710010.98
Hex6380590644E7264b
Octal6700131014411616214413
Binary11011100001011001011001001001110111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063800; }

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

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

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

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

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

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

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

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