Html Css Color HEX #13372A Cardin Green

📋 copy color: '#13372A'

red 19 ◦ green 55 ◦ blue 42

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

Shades of Cardin Green #13372A

Tints of Cardin Green #13372A

RGB

 RED value IS 19 (7.81% from 255) = 16.38%

 GREEN value IS 55 (21.88% from 255) = 47.41%

 BLUE value IS 42 (16.8% from 255) = 36.21%

R = 16.38%
G = 47.41%
B = 36.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#13372A (or 0x13372A) is known color: Cardin Green. HEX triplet: 13, 37 and 2A. RGB value is (19,55,42). Sum of RGB (Red+Green+Blue) = 19+55+42=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #13372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13372A is #ECC8D5. Grayscale: #2A2A2A. Windows color (decimal): -15517910 or 2766611. OLE color: 2766611.

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

Color convert

RGB 19 55 42 -
CMYK 0.65 0 0.24 0.78
HSL 158.33º 0.49% 0.15% -
HSV(B) 158.33º 0.65% 0.22% -
XYZ 2.05 3.04 2.67 -
YUV 42.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 19 55 42 0.65 0 0.24 0.78 158.33 0.49 0.15
Hex 13 37 2A 41 0 18 4E 9E 31 F
Octal 23 67 52 101 0 30 116 236 61 17
Binary 10011 110111 101010 1000001 0 11000 1001110 10011110 110001 1111

Color Harmonies of #13372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13372A

Black with #13372A

Text Example


Text Example

White with #13372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13372A;
 }
 .AnyTagClassName
 {
   color: #13372A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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