#123321

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

Shades of Cardin Green #123321

Tints of Cardin Green #123321

Color information

#123321 (or 0x123321) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 21. RGB value is (18,51,33). Sum of RGB (Red+Green+Blue) = 18+51+33=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #123321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123321 is #EDCCDE. Grayscale: #272727. Windows color (decimal): -15584479 or 2175762. OLE color: 2175762.

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

Color convert

RGB185133-
CMYK0.6500.350.8
HSL147.27º47.83%13.53%-
HSV(B)147.27º64.71%20%-
XYZ1.712.611.85-
YUV39.08124.57112.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=17.65%
G=50%
B=32.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851330.6500.350.8147.2747.8313.53
Hex12332141023509330e
Octal2263411010431202236016
Binary10010110011100001100000101000111010000100100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123321; }

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

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

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

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

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

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

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

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