#1C6338

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

Shades of Camarone #1C6338

Tints of Camarone #1C6338

Color information

#1C6338 (or 0x1C6338) is unknown color: approx Camarone. HEX triplet: 1C, 63 and 38. RGB value is (28,99,56). Sum of RGB (Red+Green+Blue) = 28+99+56=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6338 is #E39CC7. Grayscale: #484848. Windows color (decimal): -14916808 or 3695388. OLE color: 3695388.

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

Color convert

RGB289956-
CMYK0.7200.430.61
HSL143.66º55.91%24.9%-
HSV(B)143.66º71.72%38.82%-
XYZ5.659.465.27-
YUV72.87118.4896-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=15.30%
G=54.10%
B=30.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899560.7200.430.61143.6655.9124.9
Hex1C63384802B3D903819
Octal3414370110053752207031
Binary111001100011111000100100001010111111011001000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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