#133628

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

Shades of Cardin Green #133628

Tints of Cardin Green #133628

Color information

#133628 (or 0x133628) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 28. RGB value is (19,54,40). Sum of RGB (Red+Green+Blue) = 19+54+40=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #133628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133628 is #ECC9D7. Grayscale: #292929. Windows color (decimal): -15518168 or 2635283. OLE color: 2635283.

HSL color Cylindrical-coordinate representation of color #133628: hue angle of 156º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133628 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB195440-
CMYK0.6500.260.79
HSL156º47.95%14.31%-
HSV(B)156º64.81%21.18%-
XYZ1.972.932.47-
YUV41.94126.9111.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=16.81%
G=47.79%
B=35.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954400.6500.260.7915647.9514.31
Hex1336284101A4F9c30e
Octal2366501010321172346016
Binary1001111011010100010000010110101001111100111001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133628; }

 p { color: rgb(19,54,40); }

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

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

 a { background-color: rgb(19,54,40); }

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

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

 span { border-color: rgb(19,54,40); }

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