#183428

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

Shades of Cardin Green #183428

Tints of Cardin Green #183428

Color information

#183428 (or 0x183428) is unknown color: approx Cardin Green. HEX triplet: 18, 34 and 28. RGB value is (24,52,40). Sum of RGB (Red+Green+Blue) = 24+52+40=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #183428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183428 is #E7CBD7. Grayscale: #2A2A2A. Windows color (decimal): -15191000 or 2634776. OLE color: 2634776.

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

Color convert

RGB245240-
CMYK0.5400.230.80
HSL154.29º36.84%14.9%-
HSV(B)154.29º53.85%20.39%-
XYZ1.992.82.44-
YUV42.26126.72114.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2452400.5400.230.80154.2936.8414.9
Hex18342836017509a25f
Octal306450660271202324517
Binary110001101001010001101100101111010000100110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183428; }

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

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

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

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

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

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

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

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