#182620

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

Shades of Cardin Green #182620

Tints of Cardin Green #182620

Color information

#182620 (or 0x182620) is unknown color: approx Cardin Green. HEX triplet: 18, 26 and 20. RGB value is (24,38,32). Sum of RGB (Red+Green+Blue) = 24+38+32=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #182620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182620 is #E7D9DF. Grayscale: #212121. Windows color (decimal): -15194592 or 2106904. OLE color: 2106904.

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

Color convert

RGB243832-
CMYK0.3700.160.85
HSL154.29º22.58%12.16%-
HSV(B)154.29º36.84%14.9%-
XYZ1.331.681.62-
YUV33.13127.36121.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=25.53%
G=40.43%
B=34.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438320.3700.160.85154.2922.5812.16
Hex18262025010559a17c
Octal304640450201252322714
Binary11000100110100000100101010000101010110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182620; }

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

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

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

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

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

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

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

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