Html Css Color HEX #13322E Racing Green

📋 copy color: '#13322E'

red 19 ◦ green 50 ◦ blue 46

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

Shades of Racing Green #13322E

Tints of Racing Green #13322E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.48%

 BLUE value IS 46 (18.36% from 255) = 40%

R = 16.52%
G = 43.48%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#13322E (or 0x13322E) is known color: Racing Green. HEX triplet: 13, 32 and 2E. RGB value is (19,50,46). Sum of RGB (Red+Green+Blue) = 19+50+46=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #13322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322E is #ECCDD1. Grayscale: #282828. Windows color (decimal): -15519186 or 3027475. OLE color: 3027475.

HSL color Cylindrical-coordinate representation of color #13322E: hue angle of 172.26º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13322E is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 46 -
CMYK 0.62 0 0.08 0.80
HSL 172.26º 0.45% 0.14% -
HSV(B) 172.26º 0.62% 0.2% -
XYZ 1.9 2.62 2.99 -
YUV 40.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 19 50 46 0.62 0 0.08 0.80 172.26 0.45 0.14
Hex 13 32 2E 3E 0 8 50 AC 2D E
Octal 23 62 56 76 0 10 120 254 55 16
Binary 10011 110010 101110 111110 0 1000 1010000 10101100 101101 1110

Color Harmonies of #13322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13322E

Black with #13322E

Text Example


Text Example

White with #13322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13322E; }

 p { color: rgb(19,50,46); }

 H1.HeaderClassName
 {
   color: #13322E;
 }
 .AnyTagClassName
 {
   color: #13322E;
 }
</style>

background-color css

<style>
 a { background-color: #13322E; }

 a { background-color: rgb(19,50,46); }

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

border-color css

<style>
 span { border-color: #13322E; }

 span { border-color: rgb(19,50,46); }

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