#183327

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

Shades of Cardin Green #183327

Tints of Cardin Green #183327

Color information

#183327 (or 0x183327) is unknown color: approx Cardin Green. HEX triplet: 18, 33 and 27. RGB value is (24,51,39). Sum of RGB (Red+Green+Blue) = 24+51+39=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #183327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183327 is #E7CCD8. Grayscale: #292929. Windows color (decimal): -15191257 or 2568984. OLE color: 2568984.

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

Color convert

RGB245139-
CMYK0.5300.240.8
HSL153.33º36%14.71%-
HSV(B)153.33º52.94%20%-
XYZ1.932.712.34-
YUV41.56126.55115.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 44.74%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=21.05%
G=44.74%
B=34.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451390.5300.240.8153.333614.71
Hex18332735018509924f
Octal306347650301202314417
Binary110001100111001111101010110001010000100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183327; }

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

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

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

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

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

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

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

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