#063400

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

Shades of Myrtle #063400

Tints of Myrtle #063400

Color information

#063400 (or 0x063400) is unknown color: approx Myrtle. HEX triplet: 06, 34 and 00. RGB value is (6,52,0). Sum of RGB (Red+Green+Blue) = 6+52+0=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #063400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063400 is #F9CBFF. Grayscale: #202020. Windows color (decimal): -16370688 or 13318. OLE color: 13318.

HSL color Cylindrical-coordinate representation of color #063400: hue angle of 113.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063400 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB6520-
CMYK0.88010.80
HSL113.08º100%10.2%-
HSV(B)113.08º100%20.39%-
XYZ1.32.490.41-
YUV32.32109.76109.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.34%
GREEN value IS 52 (20.70% from 255) = 89.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.34%
G=89.66%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal65200.88010.80113.0810010.2
Hex634058064507164a
Octal6640130014412016114412
Binary11011010001011000011001001010000111000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063400; }

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

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

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

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

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

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

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

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