#1C6427

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

Shades of Camarone #1C6427

Tints of Camarone #1C6427

Color information

#1C6427 (or 0x1C6427) is unknown color: approx Camarone. HEX triplet: 1C, 64 and 27. RGB value is (28,100,39). Sum of RGB (Red+Green+Blue) = 28+100+39=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6427 is #E39BD8. Grayscale: #474747. Windows color (decimal): -14916569 or 2581532. OLE color: 2581532.

HSL color Cylindrical-coordinate representation of color #1C6427: hue angle of 129.17º 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 #1C6427 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB2810039-
CMYK0.7200.610.61
HSL129.17º56.25%25.1%-
HSV(B)129.17º72%39.22%-
XYZ5.49.513.47-
YUV71.52109.6596.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.77%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=16.77%
G=59.88%
B=23.35%

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
Decimal28100390.7200.610.61129.1756.2525.1
Hex1C64274803D3D813819
Octal3414447110075752017031
Binary111001100100100111100100001111011111011000000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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