#13392A

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

Shades of Cardin Green #13392A

Tints of Cardin Green #13392A

Color information

#13392A (or 0x13392A) is unknown color: approx Cardin Green. HEX triplet: 13, 39 and 2A. RGB value is (19,57,42). Sum of RGB (Red+Green+Blue) = 19+57+42=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #13392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13392A is #ECC6D5. Grayscale: #2B2B2B. Windows color (decimal): -15517398 or 2767123. OLE color: 2767123.

HSL color Cylindrical-coordinate representation of color #13392A: hue angle of 156.32º 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 #13392A is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB195742-
CMYK0.6700.260.78
HSL156.32º50%14.9%-
HSV(B)156.32º66.67%22.35%-
XYZ2.153.232.7-
YUV43.93126.91110.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=16.10%
G=48.31%
B=35.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957420.6700.260.78156.325014.9
Hex13392A4301A4E9c32f
Octal2371521030321162346217
Binary1001111100110101010000110110101001110100111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13392A; }

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

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

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

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

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

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

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

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