#1C6D36

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

Shades of Camarone #1C6D36

Tints of Camarone #1C6D36

Color information

#1C6D36 (or 0x1C6D36) is unknown color: approx Camarone. HEX triplet: 1C, 6D and 36. RGB value is (28,109,54). Sum of RGB (Red+Green+Blue) = 28+109+54=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #1C6D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6D36 is #E392C9. Grayscale: #4E4E4E. Windows color (decimal): -14914250 or 3566876. OLE color: 3566876.

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

Color convert

RGB2810954-
CMYK0.7400.500.57
HSL139.26º59.12%26.86%-
HSV(B)139.26º74.31%42.75%-
XYZ6.6111.455.35-
YUV78.51114.1691.97-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 109 (42.97% from 255) = 57.07%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=14.66%
G=57.07%
B=28.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28109540.7400.500.57139.2659.1226.86
Hex1C6D364A032398b3b1b
Octal3415566112062712137333
Binary111001101101110110100101001100101110011000101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,109,54); }

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

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

 a { background-color: rgb(28,109,54); }

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

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

 span { border-color: rgb(28,109,54); }

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