#133928

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

Shades of Cardin Green #133928

Tints of Cardin Green #133928

Color information

#133928 (or 0x133928) is unknown color: approx Cardin Green. HEX triplet: 13, 39 and 28. RGB value is (19,57,40). Sum of RGB (Red+Green+Blue) = 19+57+40=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #133928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133928 is #ECC6D7. Grayscale: #2B2B2B. Windows color (decimal): -15517400 or 2636051. OLE color: 2636051.

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

Color convert

RGB195740-
CMYK0.6700.300.78
HSL153.16º50%14.9%-
HSV(B)153.16º66.67%22.35%-
XYZ2.113.222.52-
YUV43.7125.91110.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=16.38%
G=49.14%
B=34.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957400.6700.300.78153.165014.9
Hex1339284301E4E9932f
Octal2371501030361162316217
Binary1001111100110100010000110111101001110100110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133928; }

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

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

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

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

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

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

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

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