#183329

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

Shades of Cardin Green #183329

Tints of Cardin Green #183329

Color information

#183329 (or 0x183329) is unknown color: approx Cardin Green. HEX triplet: 18, 33 and 29. RGB value is (24,51,41). Sum of RGB (Red+Green+Blue) = 24+51+41=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #183329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183329 is #E7CCD6. Grayscale: #292929. Windows color (decimal): -15191255 or 2700056. OLE color: 2700056.

HSL color Cylindrical-coordinate representation of color #183329: hue angle of 157.78º 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 #183329 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB245141-
CMYK0.5300.200.8
HSL157.78º36%14.71%-
HSV(B)157.78º52.94%20%-
XYZ1.962.722.52-
YUV41.79127.55115.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=20.69%
G=43.97%
B=35.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451410.5300.200.8157.783614.71
Hex18332935014509e24f
Octal306351650241202364417
Binary110001100111010011101010101001010000100111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183329; }

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

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

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

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

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

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

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

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