#182520

Color #182520 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #182520

Tints of Cardin Green #182520

Color information

#182520 (or 0x182520) is unknown color: approx Cardin Green. HEX triplet: 18, 25 and 20. RGB value is (24,37,32). Sum of RGB (Red+Green+Blue) = 24+37+32=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #182520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182520 is #E7DADF. Grayscale: #202020. Windows color (decimal): -15194848 or 2106648. OLE color: 2106648.

HSL color Cylindrical-coordinate representation of color #182520: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #182520 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB243732-
CMYK0.3500.140.85
HSL156.92º21.31%11.96%-
HSV(B)156.92º35.14%14.51%-
XYZ1.31.621.61-
YUV32.54127.69121.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=25.81%
G=39.78%
B=34.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437320.3500.140.85156.9221.3111.96
Hex182520230E559d15c
Octal304540430161252352514
Binary1100010010110000010001101110101010110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182520; }

 p { color: rgb(24,37,32); }

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

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

 a { background-color: rgb(24,37,32); }

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

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

 span { border-color: rgb(24,37,32); }

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