#18752B

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

Shades of Camarone #18752B

Tints of Camarone #18752B

Color information

#18752B (or 0x18752B) is unknown color: approx Camarone. HEX triplet: 18, 75 and 2B. RGB value is (24,117,43). Sum of RGB (Red+Green+Blue) = 24+117+43=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #18752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18752B is #E78AD4. Grayscale: #505050. Windows color (decimal): -15174357 or 2848024. OLE color: 2848024.

HSL color Cylindrical-coordinate representation of color #18752B: hue angle of 132.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18752B is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB2411743-
CMYK0.7900.630.54
HSL132.26º65.96%27.65%-
HSV(B)132.26º79.49%45.88%-
XYZ7.1713.094.43-
YUV80.76106.6987.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 117 (46.09% from 255) = 63.59%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=13.04%
G=63.59%
B=23.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117430.7900.630.54132.2665.9627.65
Hex18752B4F03F3684421c
Octal30165531170776620410234
Binary1100011101011010111001111011111111011010000100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18752B; }

 p { color: rgb(24,117,43); }

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

<style>
 a { background-color: #18752B; }

 a { background-color: rgb(24,117,43); }

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

<style>
 span { border-color: #18752B; }

 span { border-color: rgb(24,117,43); }

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