#132C22

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

Shades of Cardin Green #132C22

Tints of Cardin Green #132C22

Color information

#132C22 (or 0x132C22) is unknown color: approx Cardin Green. HEX triplet: 13, 2C and 22. RGB value is (19,44,34). Sum of RGB (Red+Green+Blue) = 19+44+34=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #132C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C22 is #ECD3DD. Grayscale: #232323. Windows color (decimal): -15520734 or 2239507. OLE color: 2239507.

HSL color Cylindrical-coordinate representation of color #132C22: hue angle of 156º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C22 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB194434-
CMYK0.5700.230.83
HSL156º39.68%12.35%-
HSV(B)156º56.82%17.25%-
XYZ1.462.061.83-
YUV35.38127.22116.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 34 (13.67% from 255) = 35.05%
R=19.59%
G=45.36%
B=35.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944340.5700.230.8315639.6812.35
Hex132C2239017539c28c
Octal235442710271232345014
Binary100111011001000101110010101111010011100111001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132C22; }

 p { color: rgb(19,44,34); }

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

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

 a { background-color: rgb(19,44,34); }

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

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

 span { border-color: rgb(19,44,34); }

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