#1C6232

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

Shades of Camarone #1C6232

Tints of Camarone #1C6232

Color information

#1C6232 (or 0x1C6232) is unknown color: approx Camarone. HEX triplet: 1C, 62 and 32. RGB value is (28,98,50). Sum of RGB (Red+Green+Blue) = 28+98+50=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6232 is #E39DCD. Grayscale: #474747. Windows color (decimal): -14917070 or 3301916. OLE color: 3301916.

HSL color Cylindrical-coordinate representation of color #1C6232: hue angle of 138.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6232 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB289850-
CMYK0.7100.490.62
HSL138.86º55.56%24.71%-
HSV(B)138.86º71.43%38.43%-
XYZ5.429.214.51-
YUV71.6115.8196.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=15.91%
G=55.68%
B=28.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898500.7100.490.62138.8655.5624.71
Hex1C6232470313E8b3819
Octal3414262107061762137031
Binary111001100010110010100011101100011111101000101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,50); }

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

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

 a { background-color: rgb(28,98,50); }

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

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

 span { border-color: rgb(28,98,50); }

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