#1C630A

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

Shades of Myrtle #1C630A

Tints of Myrtle #1C630A

Color information

#1C630A (or 0x1C630A) is unknown color: approx Myrtle. HEX triplet: 1C, 63 and 0A. RGB value is (28,99,10). Sum of RGB (Red+Green+Blue) = 28+99+10=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 99 (39.06% from 255 or 72.26% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 99 - color contains mainly: green. Hex color #1C630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C630A is #E39CF5. Grayscale: #434343. Windows color (decimal): -14916854 or 680732. OLE color: 680732.

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

Color convert

RGB289910-
CMYK0.7200.900.61
HSL107.87º81.65%21.37%-
HSV(B)107.87º89.9%38.82%-
XYZ59.191.8-
YUV67.6295.4899.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 99 (39.06% from 255) = 72.26%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=20.44%
G=72.26%
B=7.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899100.7200.900.61107.8781.6521.37
Hex1C63A4805A3D6c5215
Octal341431211001327515412225
Binary11100110001110101001000010110101111011101100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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