#18772E

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

Shades of Camarone #18772E

Tints of Camarone #18772E

Color information

#18772E (or 0x18772E) is unknown color: approx Camarone. HEX triplet: 18, 77 and 2E. RGB value is (24,119,46). Sum of RGB (Red+Green+Blue) = 24+119+46=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #18772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18772E is #E788D1. Grayscale: #525252. Windows color (decimal): -15173842 or 3045144. OLE color: 3045144.

HSL color Cylindrical-coordinate representation of color #18772E: hue angle of 133.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18772E is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB2411946-
CMYK0.8000.610.53
HSL133.89º66.43%28.04%-
HSV(B)133.89º79.83%46.67%-
XYZ7.4713.594.81-
YUV82.27107.5386.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=12.70%
G=62.96%
B=24.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119460.8000.610.53133.8966.4328.04
Hex18772E5003D3586421c
Octal30167561200756520610234
Binary1100011101111011101010000011110111010110000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18772E; }

 p { color: rgb(24,119,46); }

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

<style>
 a { background-color: #18772E; }

 a { background-color: rgb(24,119,46); }

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

<style>
 span { border-color: #18772E; }

 span { border-color: rgb(24,119,46); }

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