#133626

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

Shades of Cardin Green #133626

Tints of Cardin Green #133626

Color information

#133626 (or 0x133626) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 26. RGB value is (19,54,38). Sum of RGB (Red+Green+Blue) = 19+54+38=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #133626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133626 is #ECC9D9. Grayscale: #292929. Windows color (decimal): -15518170 or 2504211. OLE color: 2504211.

HSL color Cylindrical-coordinate representation of color #133626: hue angle of 152.57º 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 #133626 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB195438-
CMYK0.6500.300.79
HSL152.57º47.95%14.31%-
HSV(B)152.57º64.81%21.18%-
XYZ1.942.922.29-
YUV41.71125.9111.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=17.12%
G=48.65%
B=34.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954380.6500.300.79152.5747.9514.31
Hex1336264101E4F9930e
Octal2366461010361172316016
Binary1001111011010011010000010111101001111100110011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133626; }

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

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

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

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

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

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

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

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