#13322E

Color #13322E Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #13322E

Tints of Racing Green #13322E

Color information

#13322E (or 0x13322E) is unknown color: approx 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

RGB195046-
CMYK0.6200.080.80
HSL172.26º44.93%13.53%-
HSV(B)172.26º62%19.61%-
XYZ1.92.622.99-
YUV40.28131.23112.83-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950460.6200.080.80172.2644.9313.53
Hex13322E3E0850ac2de
Octal236256760101202545516
Binary10011110010101110111110010001010000101011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>