#183324

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

Shades of Cardin Green #183324

Tints of Cardin Green #183324

Color information

#183324 (or 0x183324) is unknown color: approx Cardin Green. HEX triplet: 18, 33 and 24. RGB value is (24,51,36). Sum of RGB (Red+Green+Blue) = 24+51+36=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #183324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183324 is #E7CCDB. Grayscale: #292929. Windows color (decimal): -15191260 or 2372376. OLE color: 2372376.

HSL color Cylindrical-coordinate representation of color #183324: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183324 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB245136-
CMYK0.5300.290.8
HSL146.67º36%14.71%-
HSV(B)146.67º52.94%20%-
XYZ1.882.692.09-
YUV41.22125.05115.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=21.62%
G=45.95%
B=32.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451360.5300.290.8146.673614.71
Hex1833243501D509324f
Octal306344650351202234417
Binary110001100111001001101010111011010000100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183324; }

 p { color: rgb(24,51,36); }

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

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

 a { background-color: rgb(24,51,36); }

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

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

 span { border-color: rgb(24,51,36); }

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