#133126

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

Shades of Cardin Green #133126

Tints of Cardin Green #133126

Color information

#133126 (or 0x133126) is unknown color: approx Cardin Green. HEX triplet: 13, 31 and 26. RGB value is (19,49,38). Sum of RGB (Red+Green+Blue) = 19+49+38=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #133126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133126 is #ECCED9. Grayscale: #262626. Windows color (decimal): -15519450 or 2502931. OLE color: 2502931.

HSL color Cylindrical-coordinate representation of color #133126: hue angle of 158º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133126 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB194938-
CMYK0.6100.220.81
HSL158º44.12%13.33%-
HSV(B)158º61.22%19.22%-
XYZ1.722.482.22-
YUV38.78127.56113.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=17.92%
G=46.23%
B=35.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949380.6100.220.8115844.1213.33
Hex1331263D016519e2cd
Octal236146750261212365415
Binary100111100011001101111010101101010001100111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133126; }

 p { color: rgb(19,49,38); }

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

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

 a { background-color: rgb(19,49,38); }

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

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

 span { border-color: rgb(19,49,38); }

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