#1C6327

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

Shades of Camarone #1C6327

Tints of Camarone #1C6327

Color information

#1C6327 (or 0x1C6327) is unknown color: approx Camarone. HEX triplet: 1C, 63 and 27. RGB value is (28,99,39). Sum of RGB (Red+Green+Blue) = 28+99+39=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6327 is #E39CD8. Grayscale: #474747. Windows color (decimal): -14916825 or 2581276. OLE color: 2581276.

HSL color Cylindrical-coordinate representation of color #1C6327: hue angle of 129.3º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6327 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB289939-
CMYK0.7200.610.61
HSL129.3º55.91%24.9%-
HSV(B)129.3º71.72%38.82%-
XYZ5.319.323.44-
YUV70.93109.9897.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=16.87%
G=59.64%
B=23.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899390.7200.610.61129.355.9124.9
Hex1C63274803D3D813819
Octal3414347110075752017031
Binary111001100011100111100100001111011111011000000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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