#133321

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

Shades of Cardin Green #133321

Tints of Cardin Green #133321

Color information

#133321 (or 0x133321) is unknown color: approx Cardin Green. HEX triplet: 13, 33 and 21. RGB value is (19,51,33). Sum of RGB (Red+Green+Blue) = 19+51+33=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #133321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133321 is #ECCCDE. Grayscale: #272727. Windows color (decimal): -15518943 or 2175763. OLE color: 2175763.

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

Color convert

RGB195133-
CMYK0.6300.350.8
HSL146.25º45.71%13.73%-
HSV(B)146.25º62.75%20%-
XYZ1.732.621.85-
YUV39.38124.4113.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=18.45%
G=49.51%
B=32.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951330.6300.350.8146.2545.7113.73
Hex1333213F02350922ee
Octal236341770431202225616
Binary1001111001110000111111101000111010000100100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133321; }

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

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

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

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

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

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

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

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