#123327

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

Shades of Cardin Green #123327

Tints of Cardin Green #123327

Color information

#123327 (or 0x123327) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 27. RGB value is (18,51,39). Sum of RGB (Red+Green+Blue) = 18+51+39=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #123327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123327 is #EDCCD8. Grayscale: #272727. Windows color (decimal): -15584473 or 2568978. OLE color: 2568978.

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

Color convert

RGB185139-
CMYK0.6500.240.8
HSL158.18º47.83%13.53%-
HSV(B)158.18º64.71%20%-
XYZ1.82.642.33-
YUV39.76127.57112.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=16.67%
G=47.22%
B=36.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851390.6500.240.8158.1847.8313.53
Hex12332741018509e30e
Octal2263471010301202366016
Binary1001011001110011110000010110001010000100111101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123327; }

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

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

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

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

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

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

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

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