#033801

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

Shades of Myrtle #033801

Tints of Myrtle #033801

Color information

#033801 (or 0x033801) is unknown color: approx Myrtle. HEX triplet: 03, 38 and 01. RGB value is (3,56,1). Sum of RGB (Red+Green+Blue) = 3+56+1=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 56 (22.27% from 255 or 93.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 56 - color contains mainly: green. Hex color #033801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033801 is #FCC7FE. Grayscale: #222222. Windows color (decimal): -16566271 or 79875. OLE color: 79875.

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

Color convert

RGB3561-
CMYK0.9500.980.78
HSL117.82º96.49%11.18%-
HSV(B)117.82º98.21%21.96%-
XYZ1.462.850.5-
YUV33.88109.44105.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 56 (22.27% from 255) = 93.33%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=5%
G=93.33%
B=1.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal35610.9500.980.78117.8296.4911.18
Hex33815F0624E7660b
Octal3701137014211616614013
Binary1111100011011111011000101001110111011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033801; }

 p { color: rgb(3,56,1); }

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

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

 a { background-color: rgb(3,56,1); }

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

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

 span { border-color: rgb(3,56,1); }

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