#1C6127

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

Shades of Camarone #1C6127

Tints of Camarone #1C6127

Color information

#1C6127 (or 0x1C6127) is unknown color: approx Camarone. HEX triplet: 1C, 61 and 27. RGB value is (28,97,39). Sum of RGB (Red+Green+Blue) = 28+97+39=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6127 is #E39ED8. Grayscale: #454545. Windows color (decimal): -14917337 or 2580764. OLE color: 2580764.

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

Color convert

RGB289739-
CMYK0.7100.600.62
HSL129.57º55.2%24.51%-
HSV(B)129.57º71.13%38.04%-
XYZ5.128.943.38-
YUV69.76110.6498.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=17.07%
G=59.15%
B=23.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897390.7100.600.62129.5755.224.51
Hex1C61274703C3E823719
Octal3414147107074762026731
Binary111001100001100111100011101111001111101000001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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