#1C620F

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

Shades of Myrtle #1C620F

Tints of Myrtle #1C620F

Color information

#1C620F (or 0x1C620F) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 0F. RGB value is (28,98,15). Sum of RGB (Red+Green+Blue) = 28+98+15=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #1C620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C620F is #E39DF0. Grayscale: #434343. Windows color (decimal): -14917105 or 1008156. OLE color: 1008156.

HSL color Cylindrical-coordinate representation of color #1C620F: hue angle of 110.6º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C620F is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB289815-
CMYK0.7100.850.62
HSL110.6º73.45%22.16%-
HSV(B)110.6º84.69%38.43%-
XYZ4.939.021.93-
YUV67.6198.3199.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 98 (38.67% from 255) = 69.50%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=19.86%
G=69.50%
B=10.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898150.7100.850.62110.673.4522.16
Hex1C62F470553E6f4916
Octal341421710701257615711126
Binary11100110001011111000111010101011111101101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,15); }

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

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

 a { background-color: rgb(28,98,15); }

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

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

 span { border-color: rgb(28,98,15); }

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