#1C6308

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

Shades of Myrtle #1C6308

Tints of Myrtle #1C6308

Color information

#1C6308 (or 0x1C6308) is unknown color: approx Myrtle. HEX triplet: 1C, 63 and 08. RGB value is (28,99,8). Sum of RGB (Red+Green+Blue) = 28+99+8=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6308 is #E39CF7. Grayscale: #434343. Windows color (decimal): -14916856 or 549660. OLE color: 549660.

HSL color Cylindrical-coordinate representation of color #1C6308: hue angle of 106.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C6308 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB28998-
CMYK0.7200.920.61
HSL106.81º85.05%20.98%-
HSV(B)106.81º91.92%38.82%-
XYZ4.989.191.74-
YUV67.494.4899.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.74%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=20.74%
G=73.33%
B=5.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal289980.7200.920.61106.8185.0520.98
Hex1C6384805C3D6b5515
Octal341431011001347515312525
Binary11100110001110001001000010111001111011101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C6308; }

 p { color: rgb(28,99,8); }

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

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

 a { background-color: rgb(28,99,8); }

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

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

 span { border-color: rgb(28,99,8); }

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