#183328

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

Shades of Cardin Green #183328

Tints of Cardin Green #183328

Color information

#183328 (or 0x183328) is unknown color: approx Cardin Green. HEX triplet: 18, 33 and 28. RGB value is (24,51,40). Sum of RGB (Red+Green+Blue) = 24+51+40=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #183328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183328 is #E7CCD7. Grayscale: #292929. Windows color (decimal): -15191256 or 2634520. OLE color: 2634520.

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

Color convert

RGB245140-
CMYK0.5300.220.8
HSL155.56º36%14.71%-
HSV(B)155.56º52.94%20%-
XYZ1.942.722.43-
YUV41.67127.05115.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=20.87%
G=44.35%
B=34.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451400.5300.220.8155.563614.71
Hex18332835016509c24f
Octal306350650261202344417
Binary110001100111010001101010101101010000100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183328; }

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

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

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

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

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

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

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

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