#1C6130

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

Shades of Camarone #1C6130

Tints of Camarone #1C6130

Color information

#1C6130 (or 0x1C6130) is unknown color: approx Camarone. HEX triplet: 1C, 61 and 30. RGB value is (28,97,48). Sum of RGB (Red+Green+Blue) = 28+97+48=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6130 is #E39ECF. Grayscale: #464646. Windows color (decimal): -14917328 or 3170588. OLE color: 3170588.

HSL color Cylindrical-coordinate representation of color #1C6130: hue angle of 137.39º degrees, saturation: 0.55, 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 #1C6130 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB289748-
CMYK0.7100.510.62
HSL137.39º55.2%24.51%-
HSV(B)137.39º71.13%38.04%-
XYZ5.299.014.26-
YUV70.78115.1497.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=16.18%
G=56.07%
B=27.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897480.7100.510.62137.3955.224.51
Hex1C6130470333E893719
Octal3414160107063762116731
Binary111001100001110000100011101100111111101000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,48); }

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

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

 a { background-color: rgb(28,97,48); }

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

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

 span { border-color: rgb(28,97,48); }

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