#133726

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

Shades of Cardin Green #133726

Tints of Cardin Green #133726

Color information

#133726 (or 0x133726) is unknown color: approx Cardin Green. HEX triplet: 13, 37 and 26. RGB value is (19,55,38). Sum of RGB (Red+Green+Blue) = 19+55+38=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #133726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133726 is #ECC8D9. Grayscale: #2A2A2A. Windows color (decimal): -15517914 or 2504467. OLE color: 2504467.

HSL color Cylindrical-coordinate representation of color #133726: hue angle of 151.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133726 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB195538-
CMYK0.6500.310.78
HSL151.67º48.65%14.51%-
HSV(B)151.67º65.45%21.57%-
XYZ1.983.012.31-
YUV42.3125.57111.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=16.96%
G=49.11%
B=33.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955380.6500.310.78151.6748.6514.51
Hex1337264101F4E9831f
Octal2367461010371162306117
Binary1001111011110011010000010111111001110100110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133726; }

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

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

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

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

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

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

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

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