#1C683C

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

Shades of Camarone #1C683C

Tints of Camarone #1C683C

Color information

#1C683C (or 0x1C683C) is unknown color: approx Camarone. HEX triplet: 1C, 68 and 3C. RGB value is (28,104,60). Sum of RGB (Red+Green+Blue) = 28+104+60=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #1C683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C683C is #E397C3. Grayscale: #4C4C4C. Windows color (decimal): -14915524 or 3958812. OLE color: 3958812.

HSL color Cylindrical-coordinate representation of color #1C683C: hue angle of 145.26º 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 #1C683C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB2810460-
CMYK0.7300.420.59
HSL145.26º57.58%25.88%-
HSV(B)145.26º73.08%40.78%-
XYZ6.2410.475.97-
YUV76.26118.8293.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=14.58%
G=54.17%
B=31.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28104600.7300.420.59145.2657.5825.88
Hex1C683C4902A3B913a1a
Octal3415074111052732217232
Binary111001101000111100100100101010101110111001000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,104,60); }

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

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

 a { background-color: rgb(28,104,60); }

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

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

 span { border-color: rgb(28,104,60); }

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