#1C6E35

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

Shades of Camarone #1C6E35

Tints of Camarone #1C6E35

Color information

#1C6E35 (or 0x1C6E35) is unknown color: approx Camarone. HEX triplet: 1C, 6E and 35. RGB value is (28,110,53). Sum of RGB (Red+Green+Blue) = 28+110+53=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #1C6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6E35 is #E391CA. Grayscale: #4F4F4F. Windows color (decimal): -14913995 or 3501596. OLE color: 3501596.

HSL color Cylindrical-coordinate representation of color #1C6E35: hue angle of 138.29º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6E35 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB2811053-
CMYK0.7500.520.57
HSL138.29º59.42%27.06%-
HSV(B)138.29º74.55%43.14%-
XYZ6.711.665.26-
YUV78.98113.3391.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 110 (43.36% from 255) = 57.59%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=14.66%
G=57.59%
B=27.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28110530.7500.520.57138.2959.4227.06
Hex1C6E354B034398a3b1b
Octal3415665113064712127333
Binary111001101110110101100101101101001110011000101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,110,53); }

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

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

 a { background-color: rgb(28,110,53); }

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

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

 span { border-color: rgb(28,110,53); }

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