#1C6430

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

Shades of Camarone #1C6430

Tints of Camarone #1C6430

Color information

#1C6430 (or 0x1C6430) is unknown color: approx Camarone. HEX triplet: 1C, 64 and 30. RGB value is (28,100,48). Sum of RGB (Red+Green+Blue) = 28+100+48=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #1C6430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6430 is #E39BCF. Grayscale: #484848. Windows color (decimal): -14916560 or 3171356. OLE color: 3171356.

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

Color convert

RGB2810048-
CMYK0.7200.520.61
HSL136.67º56.25%25.1%-
HSV(B)136.67º72%39.22%-
XYZ5.579.574.35-
YUV72.54114.1596.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 100 (39.45% from 255) = 56.82%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=15.91%
G=56.82%
B=27.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal28100480.7200.520.61136.6756.2525.1
Hex1C6430480343D893819
Octal3414460110064752117031
Binary111001100100110000100100001101001111011000100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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