#014308

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

Shades of Myrtle #014308

Tints of Myrtle #014308

Color information

#014308 (or 0x014308) is unknown color: approx Myrtle. HEX triplet: 01, 43 and 08. RGB value is (1,67,8). Sum of RGB (Red+Green+Blue) = 1+67+8=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 67 (26.56% from 255 or 88.16% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 67 - color contains mainly: green. Hex color #014308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014308 is #FEBCF7. Grayscale: #282828. Windows color (decimal): -16694520 or 541441. OLE color: 541441.

HSL color Cylindrical-coordinate representation of color #014308: hue angle of 126.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014308 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB1678-
CMYK0.9900.880.74
HSL126.36º97.06%13.33%-
HSV(B)126.36º98.51%26.27%-
XYZ2.064.040.9-
YUV40.54109.6399.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 67 (26.56% from 255) = 88.16%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=1.32%
G=88.16%
B=10.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16780.9900.880.74126.3697.0613.33
Hex1438630584A7e61d
Octal110310143013011217614115
Binary1100001110001100011010110001001010111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014308; }

 p { color: rgb(1,67,8); }

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

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

 a { background-color: rgb(1,67,8); }

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

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

 span { border-color: rgb(1,67,8); }

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