#1C7536

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

Shades of Camarone #1C7536

Tints of Camarone #1C7536

Color information

#1C7536 (or 0x1C7536) is unknown color: approx Camarone. HEX triplet: 1C, 75 and 36. RGB value is (28,117,54). Sum of RGB (Red+Green+Blue) = 28+117+54=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7536 is #E38AC9. Grayscale: #535353. Windows color (decimal): -14912202 or 3568924. OLE color: 3568924.

HSL color Cylindrical-coordinate representation of color #1C7536: hue angle of 137.53º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7536 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB2811754-
CMYK0.7600.540.54
HSL137.53º61.38%28.43%-
HSV(B)137.53º76.07%45.88%-
XYZ7.5113.245.65-
YUV83.21111.5188.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=14.07%
G=58.79%
B=27.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28117540.7600.540.54137.5361.3828.43
Hex1C75364C036368a3d1c
Octal3416566114066662127534
Binary111001110101110110100110001101101101101000101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,117,54); }

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

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

 a { background-color: rgb(28,117,54); }

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

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

 span { border-color: rgb(28,117,54); }

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