#1C6937

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

Shades of Camarone #1C6937

Tints of Camarone #1C6937

Color information

#1C6937 (or 0x1C6937) is unknown color: approx Camarone. HEX triplet: 1C, 69 and 37. RGB value is (28,105,55). Sum of RGB (Red+Green+Blue) = 28+105+55=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6937 is #E396C8. Grayscale: #4C4C4C. Windows color (decimal): -14915273 or 3631388. OLE color: 3631388.

HSL color Cylindrical-coordinate representation of color #1C6937: hue angle of 141.04º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6937 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB2810555-
CMYK0.7300.480.59
HSL141.04º57.89%26.08%-
HSV(B)141.04º73.33%41.18%-
XYZ6.2210.635.34-
YUV76.28115.9993.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.89%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=14.89%
G=55.85%
B=29.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105550.7300.480.59141.0457.8926.08
Hex1C6937490303B8d3a1a
Octal3415167111060732157232
Binary111001101001110111100100101100001110111000110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,105,55); }

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

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

 a { background-color: rgb(28,105,55); }

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

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

 span { border-color: rgb(28,105,55); }

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