#1C6A39

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

Shades of Camarone #1C6A39

Tints of Camarone #1C6A39

Color information

#1C6A39 (or 0x1C6A39) is unknown color: approx Camarone. HEX triplet: 1C, 6A and 39. RGB value is (28,106,57). Sum of RGB (Red+Green+Blue) = 28+106+57=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6A39 is #E395C6. Grayscale: #4D4D4D. Windows color (decimal): -14915015 or 3762716. OLE color: 3762716.

HSL color Cylindrical-coordinate representation of color #1C6A39: hue angle of 142.31º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A39 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB2810657-
CMYK0.7400.460.58
HSL142.31º58.21%26.27%-
HSV(B)142.31º73.58%41.57%-
XYZ6.3710.855.63-
YUV77.09116.6692.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=14.66%
G=55.50%
B=29.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28106570.7400.460.58142.3158.2126.27
Hex1C6A394A02E3A8e3a1a
Octal3415271112056722167232
Binary111001101010111001100101001011101110101000111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,106,57); }

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

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

 a { background-color: rgb(28,106,57); }

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

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

 span { border-color: rgb(28,106,57); }

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