#13362A

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

Shades of Cardin Green #13362A

Tints of Cardin Green #13362A

Color information

#13362A (or 0x13362A) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 2A. RGB value is (19,54,42). Sum of RGB (Red+Green+Blue) = 19+54+42=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #13362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362A is #ECC9D5. Grayscale: #2A2A2A. Windows color (decimal): -15518166 or 2766355. OLE color: 2766355.

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

Color convert

RGB195442-
CMYK0.6500.220.79
HSL159.43º47.95%14.31%-
HSV(B)159.43º64.81%21.18%-
XYZ2.012.942.65-
YUV42.17127.9111.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=16.52%
G=46.96%
B=36.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954420.6500.220.79159.4347.9514.31
Hex13362A410164F9f30e
Octal2366521010261172376016
Binary1001111011010101010000010101101001111100111111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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