#123328

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

Shades of Cardin Green #123328

Tints of Cardin Green #123328

Color information

#123328 (or 0x123328) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 28. RGB value is (18,51,40). Sum of RGB (Red+Green+Blue) = 18+51+40=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #123328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123328 is #EDCCD7. Grayscale: #272727. Windows color (decimal): -15584472 or 2634514. OLE color: 2634514.

HSL color Cylindrical-coordinate representation of color #123328: hue angle of 160º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123328 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB185140-
CMYK0.6500.220.8
HSL160º47.83%13.53%-
HSV(B)160º64.71%20%-
XYZ1.822.652.42-
YUV39.88128.07112.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=16.51%
G=46.79%
B=36.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851400.6500.220.816047.8313.53
Hex1233284101650a030e
Octal2263501010261202406016
Binary1001011001110100010000010101101010000101000001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123328; }

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

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

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

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

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

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

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

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