#183528

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

Shades of Cardin Green #183528

Tints of Cardin Green #183528

Color information

#183528 (or 0x183528) is unknown color: approx Cardin Green. HEX triplet: 18, 35 and 28. RGB value is (24,53,40). Sum of RGB (Red+Green+Blue) = 24+53+40=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #183528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183528 is #E7CAD7. Grayscale: #2A2A2A. Windows color (decimal): -15190744 or 2635032. OLE color: 2635032.

HSL color Cylindrical-coordinate representation of color #183528: hue angle of 153.1º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183528 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB245340-
CMYK0.5500.250.79
HSL153.1º37.66%15.1%-
HSV(B)153.1º54.72%20.78%-
XYZ2.032.892.46-
YUV42.85126.39114.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=20.51%
G=45.30%
B=34.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453400.5500.250.79153.137.6615.1
Hex183528370194F9926f
Octal306550670311172314617
Binary110001101011010001101110110011001111100110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183528; }

 p { color: rgb(24,53,40); }

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

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

 a { background-color: rgb(24,53,40); }

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

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

 span { border-color: rgb(24,53,40); }

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