#183228

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

Shades of Cardin Green #183228

Tints of Cardin Green #183228

Color information

#183228 (or 0x183228) is unknown color: approx Cardin Green. HEX triplet: 18, 32 and 28. RGB value is (24,50,40). Sum of RGB (Red+Green+Blue) = 24+50+40=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #183228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183228 is #E7CDD7. Grayscale: #292929. Windows color (decimal): -15191512 or 2634264. OLE color: 2634264.

HSL color Cylindrical-coordinate representation of color #183228: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183228 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB245040-
CMYK0.5200.200.80
HSL156.92º35.14%14.51%-
HSV(B)156.92º52%19.61%-
XYZ1.92.632.41-
YUV41.09127.39115.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=21.05%
G=43.86%
B=35.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450400.5200.200.80156.9235.1414.51
Hex18322834014509d23f
Octal306250640241202354317
Binary110001100101010001101000101001010000100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183228; }

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

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

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

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

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

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

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

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