#133322

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

Shades of Cardin Green #133322

Tints of Cardin Green #133322

Color information

#133322 (or 0x133322) is unknown color: approx Cardin Green. HEX triplet: 13, 33 and 22. RGB value is (19,51,34). Sum of RGB (Red+Green+Blue) = 19+51+34=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #133322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133322 is #ECCCDD. Grayscale: #272727. Windows color (decimal): -15518942 or 2241299. OLE color: 2241299.

HSL color Cylindrical-coordinate representation of color #133322: hue angle of 148.12º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133322 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB195134-
CMYK0.6300.330.8
HSL148.12º45.71%13.73%-
HSV(B)148.12º62.75%20%-
XYZ1.742.621.93-
YUV39.49124.9113.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=18.27%
G=49.04%
B=32.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951340.6300.330.8148.1245.7113.73
Hex1333223F02150942ee
Octal236342770411202245616
Binary1001111001110001011111101000011010000100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133322; }

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

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

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

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

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

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

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

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