#005308

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

Shades of Myrtle #005308

Tints of Myrtle #005308

Color information

#005308 (or 0x005308) is unknown color: approx Myrtle. HEX triplet: 00, 53 and 08. RGB value is (0,83,8). Sum of RGB (Red+Green+Blue) = 0+83+8=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #005308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005308 is #FFACF7. Grayscale: #313131. Windows color (decimal): -16755960 or 545536. OLE color: 545536.

HSL color Cylindrical-coordinate representation of color #005308: hue angle of 125.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005308 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB0838-
CMYK100.900.67
HSL125.78º100%16.27%-
HSV(B)125.78º100%32.55%-
XYZ3.146.21.26-
YUV49.63104.592.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 91.21%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=0%
G=91.21%
B=8.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0838100.900.67125.7810016.27
Hex05386405A437e6410
Octal012310144013210317614420
Binary01010011100011001000101101010000111111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005308; }

 p { color: rgb(0,83,8); }

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

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

 a { background-color: rgb(0,83,8); }

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

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

 span { border-color: rgb(0,83,8); }

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