#18762D

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

Shades of Camarone #18762D

Tints of Camarone #18762D

Color information

#18762D (or 0x18762D) is unknown color: approx Camarone. HEX triplet: 18, 76 and 2D. RGB value is (24,118,45). Sum of RGB (Red+Green+Blue) = 24+118+45=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #18762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18762D is #E789D2. Grayscale: #515151. Windows color (decimal): -15174099 or 2979352. OLE color: 2979352.

HSL color Cylindrical-coordinate representation of color #18762D: hue angle of 133.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18762D is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2411845-
CMYK0.8000.620.54
HSL133.4º66.2%27.84%-
HSV(B)133.4º79.66%46.27%-
XYZ7.3313.344.67-
YUV81.57107.3686.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=12.83%
G=63.10%
B=24.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118450.8000.620.54133.466.227.84
Hex18762D5003E3685421c
Octal30166551200766620510234
Binary1100011101101011011010000011111011011010000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18762D; }

 p { color: rgb(24,118,45); }

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

<style>
 a { background-color: #18762D; }

 a { background-color: rgb(24,118,45); }

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

<style>
 span { border-color: #18762D; }

 span { border-color: rgb(24,118,45); }

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