#18763A

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

Shades of Camarone #18763A

Tints of Camarone #18763A

Color information

#18763A (or 0x18763A) is unknown color: approx Camarone. HEX triplet: 18, 76 and 3A. RGB value is (24,118,58). Sum of RGB (Red+Green+Blue) = 24+118+58=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #18763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18763A is #E789C5. Grayscale: #535353. Windows color (decimal): -15174086 or 3831320. OLE color: 3831320.

HSL color Cylindrical-coordinate representation of color #18763A: hue angle of 141.7º 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 #18763A is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB2411858-
CMYK0.8000.510.54
HSL141.7º66.2%27.84%-
HSV(B)141.7º79.66%46.27%-
XYZ7.6213.466.2-
YUV83.05113.8685.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 58 (23.05% from 255) = 29%
R=12%
G=59%
B=29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118580.8000.510.54141.766.227.84
Hex18763A50033368e421c
Octal30166721200636621610234
Binary1100011101101110101010000011001111011010001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18763A; }

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

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

<style>
 a { background-color: #18763A; }

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

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

<style>
 span { border-color: #18763A; }

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

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