#033508

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

Shades of Myrtle #033508

Tints of Myrtle #033508

Color information

#033508 (or 0x033508) is unknown color: approx Myrtle. HEX triplet: 03, 35 and 08. RGB value is (3,53,8). Sum of RGB (Red+Green+Blue) = 3+53+8=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #033508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033508 is #FCCAF7. Grayscale: #212121. Windows color (decimal): -16567032 or 537859. OLE color: 537859.

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

Color convert

RGB3538-
CMYK0.9400.850.79
HSL126º89.29%10.98%-
HSV(B)126º94.34%20.78%-
XYZ1.352.580.66-
YUV32.92113.94106.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 53 (21.09% from 255) = 82.81%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=4.69%
G=82.81%
B=12.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal35380.9400.850.7912689.2910.98
Hex33585E0554F7e59b
Octal36510136012511717613113
Binary1111010110001011110010101011001111111111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033508; }

 p { color: rgb(3,53,8); }

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

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

 a { background-color: rgb(3,53,8); }

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

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

 span { border-color: rgb(3,53,8); }

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