Html Css Color HEX #13372D Racing Green

📋 copy color: '#13372D'

red 19 ◦ green 55 ◦ blue 45

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

Shades of Racing Green #13372D

Tints of Racing Green #13372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 15.97%
G = 46.22%
B = 37.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#13372D (or 0x13372D) is known color: Racing Green. HEX triplet: 13, 37 and 2D. RGB value is (19,55,45). Sum of RGB (Red+Green+Blue) = 19+55+45=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #13372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13372D is #ECC8D2. Grayscale: #2B2B2B. Windows color (decimal): -15517907 or 2963219. OLE color: 2963219.

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

Color convert

RGB 19 55 45 -
CMYK 0.65 0 0.18 0.78
HSL 163.33º 0.49% 0.15% -
HSV(B) 163.33º 0.65% 0.22% -
XYZ 2.11 3.06 2.96 -
YUV 43.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 19 55 45 0.65 0 0.18 0.78 163.33 0.49 0.15
Hex 13 37 2D 41 0 12 4E A3 31 F
Octal 23 67 55 101 0 22 116 243 61 17
Binary 10011 110111 101101 1000001 0 10010 1001110 10100011 110001 1111

Color Harmonies of #13372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13372D

Black with #13372D

Text Example


Text Example

White with #13372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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