#123221

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

Shades of Cardin Green #123221

Tints of Cardin Green #123221

Color information

#123221 (or 0x123221) is unknown color: approx Cardin Green. HEX triplet: 12, 32 and 21. RGB value is (18,50,33). Sum of RGB (Red+Green+Blue) = 18+50+33=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #123221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123221 is #EDCDDE. Grayscale: #262626. Windows color (decimal): -15584735 or 2175506. OLE color: 2175506.

HSL color Cylindrical-coordinate representation of color #123221: hue angle of 148.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123221 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB185033-
CMYK0.6400.340.80
HSL148.12º47.06%13.33%-
HSV(B)148.12º64%19.61%-
XYZ1.662.521.84-
YUV38.49124.9113.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=17.82%
G=49.50%
B=32.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850330.6400.340.80148.1247.0613.33
Hex1232214002250942fd
Octal2262411000421202245715
Binary10010110010100001100000001000101010000100101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123221; }

 p { color: rgb(18,50,33); }

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

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

 a { background-color: rgb(18,50,33); }

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

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

 span { border-color: rgb(18,50,33); }

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