#133221

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

Shades of Cardin Green #133221

Tints of Cardin Green #133221

Color information

#133221 (or 0x133221) is unknown color: approx Cardin Green. HEX triplet: 13, 32 and 21. RGB value is (19,50,33). Sum of RGB (Red+Green+Blue) = 19+50+33=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #133221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133221 is #ECCDDE. Grayscale: #262626. Windows color (decimal): -15519199 or 2175507. OLE color: 2175507.

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

Color convert

RGB195033-
CMYK0.6200.340.80
HSL147.1º44.93%13.53%-
HSV(B)147.1º62%19.61%-
XYZ1.682.531.84-
YUV38.79124.73113.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=18.63%
G=49.02%
B=32.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950330.6200.340.80147.144.9313.53
Hex1332213E02250932de
Octal236241760421202235516
Binary1001111001010000111111001000101010000100100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133221; }

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

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

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

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

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

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

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

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