Html Css Color HEX #13362A Cardin Green

📋 copy color: '#13362A'

red 19 ◦ green 54 ◦ blue 42

#13362A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #13362A

Tints of Cardin Green #13362A

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.8% from 255) = 36.52%

R = 16.52%
G = 46.96%
B = 36.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.79

RGB Variations

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

Color information

#13362A (or 0x13362A) is known color: 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

RGB 19 54 42 -
CMYK 0.65 0 0.22 0.79
HSL 159.43º 0.48% 0.14% -
HSV(B) 159.43º 0.65% 0.21% -
XYZ 2.01 2.94 2.65 -
YUV 42.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 19 54 42 0.65 0 0.22 0.79 159.43 0.48 0.14
Hex 13 36 2A 41 0 16 4F 9F 30 E
Octal 23 66 52 101 0 26 117 237 60 16
Binary 10011 110110 101010 1000001 0 10110 1001111 10011111 110000 1110

Color Harmonies of #13362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13362A

Black with #13362A

Text Example


Text Example

White with #13362A

Text Example


Text Example

HTML Codes & Css Web 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>