#123322

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

Shades of Cardin Green #123322

Tints of Cardin Green #123322

Color information

#123322 (or 0x123322) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 22. RGB value is (18,51,34). Sum of RGB (Red+Green+Blue) = 18+51+34=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #123322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123322 is #EDCCDD. Grayscale: #272727. Windows color (decimal): -15584478 or 2241298. OLE color: 2241298.

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

Color convert

RGB185134-
CMYK0.6500.330.8
HSL149.09º47.83%13.53%-
HSV(B)149.09º64.71%20%-
XYZ1.722.611.93-
YUV39.19125.07112.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=17.48%
G=49.51%
B=33.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851340.6500.330.8149.0947.8313.53
Hex12332241021509530e
Octal2263421010411202256016
Binary10010110011100010100000101000011010000100101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123322; }

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

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

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

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

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

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

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

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